Searched refs:LeftStartingScope (Results 1 – 1 of 1) sorted by relevance
1313 bool LeftStartingScope = false; in CppLookupName() local1330 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()1331 LeftStartingScope = true; in CppLookupName()1335 if (LeftStartingScope && !((*I)->hasLinkage())) { in CppLookupName()2206 bool LeftStartingScope = false; in LookupName() local2215 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()2216 LeftStartingScope = true; in LookupName()2220 if (LeftStartingScope && !((*I)->hasLinkage())) { in LookupName()