Searched refs:LeftStartingScope (Results 1 – 2 of 2) 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()
1246 bool LeftStartingScope = false; in CppLookupName() local1263 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()1264 LeftStartingScope = true; in CppLookupName()1268 if (LeftStartingScope && !((*I)->hasLinkage())) { in CppLookupName()1895 bool LeftStartingScope = false; in LookupName() local1904 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()1905 LeftStartingScope = true; in LookupName()1909 if (LeftStartingScope && !((*I)->hasLinkage())) { in LookupName()