Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp1299 bool LeftStartingScope = false; in CppLookupName() local
1316 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()
1317 LeftStartingScope = true; in CppLookupName()
1321 if (LeftStartingScope && !((*I)->hasLinkage())) { in CppLookupName()
2203 bool LeftStartingScope = false; in LookupName() local
2212 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()
2213 LeftStartingScope = true; in LookupName()
2217 if (LeftStartingScope && !((*I)->hasLinkage())) { in LookupName()