Searched refs:LeftStartingScope (Results 1 – 1 of 1) sorted by relevance
1091 bool LeftStartingScope = false; in CppLookupName() local1110 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()1111 LeftStartingScope = true; in CppLookupName()1115 if (LeftStartingScope && !((*I)->hasLinkage())) { in CppLookupName()1757 bool LeftStartingScope = false; in LookupName() local1766 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()1767 LeftStartingScope = true; in LookupName()1771 if (LeftStartingScope && !((*I)->hasLinkage())) { in LookupName()