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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp932 static bool isNamespaceOrTranslationUnitScope(Scope *S) { function
1075 for (; S && !isNamespaceOrTranslationUnitScope(S); S = S->getParent()) {
1186 !isNamespaceOrTranslationUnitScope(InnermostFileScope))
1676 if (S && isNamespaceOrTranslationUnitScope(S))
3608 while (S && !isNamespaceOrTranslationUnitScope(S))

Completed in 71 milliseconds