Searched refs:LeftStartingScope (Results 1 – 1 of 1) sorted by relevance
1340 bool LeftStartingScope = false; in CppLookupName() local1357 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()1358 LeftStartingScope = true; in CppLookupName()1362 if (LeftStartingScope && !((*I)->hasLinkage())) { in CppLookupName()2237 bool LeftStartingScope = false; in LookupName() local2246 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()2247 LeftStartingScope = true; in LookupName()2251 if (LeftStartingScope && !((*I)->hasLinkage())) { in LookupName()