Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1287 bool LeftStartingScope = false; in CppLookupName() local
1304 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()
1305 LeftStartingScope = true; in CppLookupName()
1309 if (LeftStartingScope && !((*I)->hasLinkage())) { in CppLookupName()
1936 bool LeftStartingScope = false; in LookupName() local
1945 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()
1946 LeftStartingScope = true; in LookupName()
1950 if (LeftStartingScope && !((*I)->hasLinkage())) { in LookupName()