Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp1062 bool LeftStartingScope = false; in CppLookupName() local
1078 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()
1079 LeftStartingScope = true; in CppLookupName()
1084 if (LeftStartingScope && !((*I)->hasLinkage()) && in CppLookupName()
1633 bool LeftStartingScope = false; in LookupName() local
1642 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()
1643 LeftStartingScope = true; in LookupName()
1647 if (LeftStartingScope && !((*I)->hasLinkage())) { in LookupName()