Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp1297 bool LeftStartingScope = false; in CppLookupName() local
1314 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()
1315 LeftStartingScope = true; in CppLookupName()
1319 if (LeftStartingScope && !((*I)->hasLinkage())) { in CppLookupName()
2192 bool LeftStartingScope = false; in LookupName() local
2201 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()
2202 LeftStartingScope = true; in LookupName()
2206 if (LeftStartingScope && !((*I)->hasLinkage())) { in LookupName()