Searched refs:LeftStartingScope (Results 1 – 1 of 1) sorted by relevance
1299 bool LeftStartingScope = false; in CppLookupName() local1316 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()1317 LeftStartingScope = true; in CppLookupName()1321 if (LeftStartingScope && !((*I)->hasLinkage())) { in CppLookupName()2203 bool LeftStartingScope = false; in LookupName() local2212 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()2213 LeftStartingScope = true; in LookupName()2217 if (LeftStartingScope && !((*I)->hasLinkage())) { in LookupName()