Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLookup.cpp922 bool LeftStartingScope = false; in CppLookupName() local
938 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()
939 LeftStartingScope = true; in CppLookupName()
944 if (LeftStartingScope && !((*I)->hasLinkage()) && in CppLookupName()
1484 bool LeftStartingScope = false; in LookupName() local
1493 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()
1494 LeftStartingScope = true; in LookupName()
1498 if (LeftStartingScope && !((*I)->hasLinkage())) { in LookupName()