Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1325 bool LeftStartingScope = false; in CppLookupName() local
1342 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()
1343 LeftStartingScope = true; in CppLookupName()
1347 if (LeftStartingScope && !((*I)->hasLinkage())) { in CppLookupName()
2199 bool LeftStartingScope = false; in LookupName() local
2208 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()
2209 LeftStartingScope = true; in LookupName()
2213 if (LeftStartingScope && !((*I)->hasLinkage())) { in LookupName()