Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DLookup.cpp65 auto FromIter = FromNamespaces.begin(); in usingFromDifferentCanonicalNamespace() local
70 for (; FromIter != FromNamespaces.end() && UseIter != UseNamespaces.end(); in usingFromDifferentCanonicalNamespace()
71 ++FromIter, ++UseIter) { in usingFromDifferentCanonicalNamespace()
73 if (*FromIter == *UseIter) in usingFromDifferentCanonicalNamespace()
77 if (cast<NamespaceDecl>(*FromIter)->getDeclName() == in usingFromDifferentCanonicalNamespace()
81 assert(FromIter == FromNamespaces.end() && UseIter == UseNamespaces.end()); in usingFromDifferentCanonicalNamespace()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp1133 void DiffTypes(const TSTiterator &FromIter, const TSTiterator &ToIter) { in DiffTypes() argument
1134 QualType FromType = GetType(FromIter); in DiffTypes()
1137 bool FromDefault = FromIter.isEnd() && !FromType.isNull(); in DiffTypes()
1162 void DiffTemplateTemplates(const TSTiterator &FromIter, in DiffTemplateTemplates() argument
1164 TemplateDecl *FromDecl = GetTemplateDecl(FromIter); in DiffTemplateTemplates()
1166 Tree.SetTemplateTemplateDiff(FromDecl, ToDecl, FromIter.isEnd() && FromDecl, in DiffTemplateTemplates()
1243 void DiffNonTypes(const TSTiterator &FromIter, const TSTiterator &ToIter, in DiffNonTypes() argument
1253 Context, FromIter, FromDefaultNonTypeDecl, FromInt, HasFromInt, in DiffNonTypes()
1259 bool FromDefault = FromIter.isEnd() && in DiffNonTypes()
1322 for (TSTiterator FromIter(Context, FromTST), ToIter(Context, ToTST); in DiffTemplate() local
[all …]