Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp1091 bool LeftStartingScope = false; in CppLookupName() local
1110 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()
1111 LeftStartingScope = true; in CppLookupName()
1115 if (LeftStartingScope && !((*I)->hasLinkage())) { in CppLookupName()
1757 bool LeftStartingScope = false; in LookupName() local
1766 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()
1767 LeftStartingScope = true; in LookupName()
1771 if (LeftStartingScope && !((*I)->hasLinkage())) { in LookupName()