Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp287 bool &IsNestedNameSpecifier) { in getDeclShowContexts() argument
288 IsNestedNameSpecifier = false; in getDeclShowContexts()
331 IsNestedNameSpecifier = true; in getDeclShowContexts()
339 IsNestedNameSpecifier = true; in getDeclShowContexts()
341 IsNestedNameSpecifier = true; in getDeclShowContexts()
356 IsNestedNameSpecifier = true; in getDeclShowContexts()
387 bool IsNestedNameSpecifier = false; in CacheCodeCompletionResults() local
393 R.Declaration, Ctx->getLangOpts(), IsNestedNameSpecifier); in CacheCodeCompletionResults()
425 if (TheSema->Context.getLangOpts().CPlusPlus && IsNestedNameSpecifier && in CacheCodeCompletionResults()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp334 bool IsNestedNameSpecifier(const NamedDecl *ND) const;
543 if (Filter == &ResultBuilder::IsNestedNameSpecifier || in isInterestingDecl()
552 IsNestedNameSpecifier(ND) && in isInterestingDecl()
1137 bool ResultBuilder::IsNestedNameSpecifier(const NamedDecl *ND) const { in IsNestedNameSpecifier() function in ResultBuilder
4414 Results.setFilter(&ResultBuilder::IsNestedNameSpecifier); in CodeCompleteTag()
5038 &ResultBuilder::IsNestedNameSpecifier); in CodeCompleteUsing()