Searched refs:LeftStartingScope (Results 1 – 1 of 1) sorted by relevance
1325 bool LeftStartingScope = false; in CppLookupName() local1342 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()1343 LeftStartingScope = true; in CppLookupName()1347 if (LeftStartingScope && !((*I)->hasLinkage())) { in CppLookupName()2199 bool LeftStartingScope = false; in LookupName() local2208 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()2209 LeftStartingScope = true; in LookupName()2213 if (LeftStartingScope && !((*I)->hasLinkage())) { in LookupName()