Home
last modified time | relevance | path

Searched refs: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() argument
274 IsNestedNameSpecifier = false; in getDeclShowContexts()
312 IsNestedNameSpecifier = true; in getDeclShowContexts()
320 IsNestedNameSpecifier = true; in getDeclShowContexts()
322 IsNestedNameSpecifier = true; in getDeclShowContexts()
337 IsNestedNameSpecifier = true; in getDeclShowContexts()
367 bool IsNestedNameSpecifier = false; in CacheCodeCompletionResults() local
375 IsNestedNameSpecifier); in CacheCodeCompletionResults()
408 IsNestedNameSpecifier && !Results[I].StartsNestedNameSpecifier) { in CacheCodeCompletionResults()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp330 bool IsNestedNameSpecifier(const NamedDecl *ND) const;
529 if (Filter == &ResultBuilder::IsNestedNameSpecifier || in isInterestingDecl()
540 IsNestedNameSpecifier(ND) && in isInterestingDecl()
1100 bool ResultBuilder::IsNestedNameSpecifier(const NamedDecl *ND) const { in IsNestedNameSpecifier() function in ResultBuilder
3687 Results.setFilter(&ResultBuilder::IsNestedNameSpecifier); in CodeCompleteTag()
4071 &ResultBuilder::IsNestedNameSpecifier); in CodeCompleteUsing()