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

/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp4222 static bool isNamespaceScope(Scope *S) { function
4252 for (; S && !isNamespaceScope(S); S = S->getParent()) {

Completed in 505 milliseconds