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

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

Completed in 84 milliseconds