Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1313 bool LeftStartingScope = false; in CppLookupName() local
1330 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()
1331 LeftStartingScope = true; in CppLookupName()
1335 if (LeftStartingScope && !((*I)->hasLinkage())) { in CppLookupName()
2206 bool LeftStartingScope = false; in LookupName() local
2215 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()
2216 LeftStartingScope = true; in LookupName()
2220 if (LeftStartingScope && !((*I)->hasLinkage())) { in LookupName()