Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp288 bool &IsNestedNameSpecifier) { in getDeclShowContexts()
389 bool IsNestedNameSpecifier = false; in CacheCodeCompletionResults() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1565 bool ResultBuilder::IsNestedNameSpecifier(const NamedDecl *ND) const { in IsNestedNameSpecifier() function in ResultBuilder