Home
last modified time | relevance | path

Searched defs: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()
387 bool IsNestedNameSpecifier = false; in CacheCodeCompletionResults() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp1137 bool ResultBuilder::IsNestedNameSpecifier(const NamedDecl *ND) const { in IsNestedNameSpecifier() function in ResultBuilder