Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp1220 static bool isNamespaceOrTranslationUnitScope(Scope *S) { in isNamespaceOrTranslationUnitScope() function
1304 for (; S && !isNamespaceOrTranslationUnitScope(S); S = S->getParent()) { in CppLookupName()
1402 !isNamespaceOrTranslationUnitScope(InnermostFileScope)) in CppLookupName()
2239 if (S && isNamespaceOrTranslationUnitScope(S)) in LookupName()
4075 while (S && !isNamespaceOrTranslationUnitScope(S)) in lookupVisibleDecls()