Searched refs:LeftStartingScope (Results 1 – 1 of 1) sorted by relevance
1077 bool LeftStartingScope = false; in CppLookupName() local1096 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()1097 LeftStartingScope = true; in CppLookupName()1101 if (LeftStartingScope && !((*I)->hasLinkage())) { in CppLookupName()1719 bool LeftStartingScope = false; in LookupName() local1728 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()1729 LeftStartingScope = true; in LookupName()1733 if (LeftStartingScope && !((*I)->hasLinkage())) { in LookupName()