Home
last modified time | relevance | path

Searched refs:isNamespaceOrTranslationUnitScope (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp1218 static bool isNamespaceOrTranslationUnitScope(Scope *S) { in isNamespaceOrTranslationUnitScope() function
1302 for (; S && !isNamespaceOrTranslationUnitScope(S); S = S->getParent()) { in CppLookupName()
1400 !isNamespaceOrTranslationUnitScope(InnermostFileScope)) in CppLookupName()
2228 if (S && isNamespaceOrTranslationUnitScope(S)) in LookupName()
4063 while (S && !isNamespaceOrTranslationUnitScope(S)) in lookupVisibleDecls()