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