Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp289 bool &IsNestedNameSpecifier) { in getDeclShowContexts() argument
290 IsNestedNameSpecifier = false; in getDeclShowContexts()
333 IsNestedNameSpecifier = true; in getDeclShowContexts()
341 IsNestedNameSpecifier = true; in getDeclShowContexts()
343 IsNestedNameSpecifier = true; in getDeclShowContexts()
358 IsNestedNameSpecifier = true; in getDeclShowContexts()
389 bool IsNestedNameSpecifier = false; in CacheCodeCompletionResults() local
395 R.Declaration, Ctx->getLangOpts(), IsNestedNameSpecifier); in CacheCodeCompletionResults()
427 if (TheSema->Context.getLangOpts().CPlusPlus && IsNestedNameSpecifier && in CacheCodeCompletionResults()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp366 bool IsNestedNameSpecifier(const NamedDecl *ND) const;
788 if (Filter == &ResultBuilder::IsNestedNameSpecifier || in isInterestingDecl()
797 IsNestedNameSpecifier(ND) && in isInterestingDecl()
1465 bool ResultBuilder::IsNestedNameSpecifier(const NamedDecl *ND) const { in IsNestedNameSpecifier() function in ResultBuilder
5507 Results.setFilter(&ResultBuilder::IsNestedNameSpecifier); in CodeCompleteTag()
6118 &ResultBuilder::IsNestedNameSpecifier); in CodeCompleteUsing()