Searched refs:LeftStartingScope (Results 1 – 1 of 1) sorted by relevance
1062 bool LeftStartingScope = false; in CppLookupName() local1078 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()1079 LeftStartingScope = true; in CppLookupName()1084 if (LeftStartingScope && !((*I)->hasLinkage()) && in CppLookupName()1633 bool LeftStartingScope = false; in LookupName() local1642 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()1643 LeftStartingScope = true; in LookupName()1647 if (LeftStartingScope && !((*I)->hasLinkage())) { in LookupName()