Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp287 getDeclShowContexts(const NamedDecl * ND,const LangOptions & LangOpts,bool & IsNestedNameSpecifier) getDeclShowContexts() argument
388 bool IsNestedNameSpecifier = false; CacheCodeCompletionResults() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1558 bool ResultBuilder::IsNestedNameSpecifier(const NamedDecl *ND) const { IsNestedNameSpecifier() function in ResultBuilder