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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp6221 static bool isNamespaceScope(Scope *S) { function
6249 for (; S && !isNamespaceScope(S); S = S->getParent()) {

Completed in 65 milliseconds