Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp1534 CXXBasePaths::paths_iterator FirstPath = Paths.begin(); in LookupQualifiedName() local
1535 DeclContext::lookup_iterator FirstD = FirstPath->Decls.first; in LookupQualifiedName()
1538 while (FirstD != FirstPath->Decls.second && in LookupQualifiedName()
1548 if (FirstD == FirstPath->Decls.second && in LookupQualifiedName()