Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp7035 static bool isNamespaceScope(Scope *S) { in isNamespaceScope() function
7063 for (; S && !isNamespaceScope(S); S = S->getParent()) { in CodeCompleteLambdaIntroducer()