Home
last modified time | relevance | path

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

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