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.cpp1340 bool LeftStartingScope = false; in CppLookupName() local
1357 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()
1358 LeftStartingScope = true; in CppLookupName()
1362 if (LeftStartingScope && !((*I)->hasLinkage())) { in CppLookupName()
2237 bool LeftStartingScope = false; in LookupName() local
2246 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()
2247 LeftStartingScope = true; in LookupName()
2251 if (LeftStartingScope && !((*I)->hasLinkage())) { in LookupName()