Home
last modified time | relevance | path

Searched refs:HasFromInt (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTDiagnostic.cpp896 bool HasFromInt = !FromIter.isEnd() && in DiffTemplate() local
907 assert(((!HasFromInt && !HasToInt) || in DiffTemplate()
911 if (HasFromInt) in DiffTemplate()
925 if (!HasFromInt && !HasToInt && !HasFromValueDecl && !HasToValueDecl) { in DiffTemplate()
941 } else if (HasFromInt || HasToInt) { in DiffTemplate()
942 if (!HasFromInt && FromExpr) { in DiffTemplate()
944 HasFromInt = true; in DiffTemplate()
950 Tree.SetNode(FromInt, ToInt, HasFromInt, HasToInt); in DiffTemplate()
952 Tree.SetDefault(FromIter.isEnd() && HasFromInt, in DiffTemplate()