Searched refs:isNamespaceScope (Results 1 – 1 of 1) sorted by relevance
4460 static bool isNamespaceScope(Scope *S) { in isNamespaceScope() function4488 for (; S && !isNamespaceScope(S); S = S->getParent()) { in CodeCompleteLambdaIntroducer()