Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp273 bool &IsNestedNameSpecifier) { in getDeclShowContexts()
367 bool IsNestedNameSpecifier = false; in CacheCodeCompletionResults() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp1100 bool ResultBuilder::IsNestedNameSpecifier(const NamedDecl *ND) const { in IsNestedNameSpecifier() function in ResultBuilder