Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp287 bool &IsNestedNameSpecifier) { in getDeclShowContexts() argument
288 IsNestedNameSpecifier = false; in getDeclShowContexts()
332 IsNestedNameSpecifier = true; in getDeclShowContexts()
340 IsNestedNameSpecifier = true; in getDeclShowContexts()
342 IsNestedNameSpecifier = true; in getDeclShowContexts()
357 IsNestedNameSpecifier = true; in getDeclShowContexts()
388 bool IsNestedNameSpecifier = false; in CacheCodeCompletionResults() local
394 R.Declaration, Ctx->getLangOpts(), IsNestedNameSpecifier); in CacheCodeCompletionResults()
426 if (TheSema->Context.getLangOpts().CPlusPlus && IsNestedNameSpecifier && in CacheCodeCompletionResults()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp392 bool IsNestedNameSpecifier(const NamedDecl *ND) const;
811 if (Filter == &ResultBuilder::IsNestedNameSpecifier || in isInterestingDecl()
820 IsNestedNameSpecifier(ND) && in isInterestingDecl()
1558 bool ResultBuilder::IsNestedNameSpecifier(const NamedDecl *ND) const { in IsNestedNameSpecifier() function in ResultBuilder
5917 Results.setFilter(&ResultBuilder::IsNestedNameSpecifier); in CodeCompleteTag()
6746 &ResultBuilder::IsNestedNameSpecifier); in CodeCompleteUsing()