Searched refs:isNamespaceOrTranslationUnitScope (Results 1 – 1 of 1) sorted by relevance
953 static bool isNamespaceOrTranslationUnitScope(Scope *S) { in isNamespaceOrTranslationUnitScope() function1097 for (; S && !isNamespaceOrTranslationUnitScope(S); S = S->getParent()) { in CppLookupName()1211 !isNamespaceOrTranslationUnitScope(InnermostFileScope)) in CppLookupName()1793 if (S && isNamespaceOrTranslationUnitScope(S)) in LookupName()3776 while (S && !isNamespaceOrTranslationUnitScope(S)) in LookupVisibleDecls()