Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp1077 bool LeftStartingScope = false; in CppLookupName() local
1096 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()
1097 LeftStartingScope = true; in CppLookupName()
1101 if (LeftStartingScope && !((*I)->hasLinkage())) { in CppLookupName()
1719 bool LeftStartingScope = false; in LookupName() local
1728 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()
1729 LeftStartingScope = true; in LookupName()
1733 if (LeftStartingScope && !((*I)->hasLinkage())) { in LookupName()