Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp289 bool &IsNestedNameSpecifier) { in getDeclShowContexts()
389 bool IsNestedNameSpecifier = false; in CacheCodeCompletionResults() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp1500 bool ResultBuilder::IsNestedNameSpecifier(const NamedDecl *ND) const { in IsNestedNameSpecifier() function in ResultBuilder