Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp1208 static bool isNamespaceOrTranslationUnitScope(Scope *S) { in isNamespaceOrTranslationUnitScope() function
1292 for (; S && !isNamespaceOrTranslationUnitScope(S); S = S->getParent()) { in CppLookupName()
1390 !isNamespaceOrTranslationUnitScope(InnermostFileScope)) in CppLookupName()
1972 if (S && isNamespaceOrTranslationUnitScope(S)) in LookupName()
3762 while (S && !isNamespaceOrTranslationUnitScope(S)) in lookupVisibleDecls()