Searched refs:LeftStartingScope (Results 1 – 1 of 1) sorted by relevance
1297 bool LeftStartingScope = false; in CppLookupName() local1314 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()1315 LeftStartingScope = true; in CppLookupName()1319 if (LeftStartingScope && !((*I)->hasLinkage())) { in CppLookupName()2192 bool LeftStartingScope = false; in LookupName() local2201 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()2202 LeftStartingScope = true; in LookupName()2206 if (LeftStartingScope && !((*I)->hasLinkage())) { in LookupName()