Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp925 static bool isNamespaceOrTranslationUnitScope(Scope *S) { in isNamespaceOrTranslationUnitScope() function
1068 for (; S && !isNamespaceOrTranslationUnitScope(S); S = S->getParent()) { in CppLookupName()
1179 !isNamespaceOrTranslationUnitScope(InnermostFileScope)) in CppLookupName()
1669 if (S && isNamespaceOrTranslationUnitScope(S)) in LookupName()
3601 while (S && !isNamespaceOrTranslationUnitScope(S)) in LookupVisibleDecls()