Home
last modified time | relevance | path

Searched refs:IsNestedNameSpecifier (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Frontend/
DASTUnit.cpp267 bool &IsNestedNameSpecifier) { in getDeclShowContexts() argument
268 IsNestedNameSpecifier = false; in getDeclShowContexts()
306 IsNestedNameSpecifier = true; in getDeclShowContexts()
314 IsNestedNameSpecifier = true; in getDeclShowContexts()
316 IsNestedNameSpecifier = true; in getDeclShowContexts()
331 IsNestedNameSpecifier = true; in getDeclShowContexts()
362 bool IsNestedNameSpecifier = false; in CacheCodeCompletionResults() local
368 R.Declaration, Ctx->getLangOpts(), IsNestedNameSpecifier); in CacheCodeCompletionResults()
400 if (TheSema->Context.getLangOpts().CPlusPlus && IsNestedNameSpecifier && in CacheCodeCompletionResults()
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp289 bool &IsNestedNameSpecifier) { in getDeclShowContexts() argument
290 IsNestedNameSpecifier = false; in getDeclShowContexts()
333 IsNestedNameSpecifier = true; in getDeclShowContexts()
341 IsNestedNameSpecifier = true; in getDeclShowContexts()
343 IsNestedNameSpecifier = true; in getDeclShowContexts()
358 IsNestedNameSpecifier = true; in getDeclShowContexts()
389 bool IsNestedNameSpecifier = false; in CacheCodeCompletionResults() local
395 R.Declaration, Ctx->getLangOpts(), IsNestedNameSpecifier); in CacheCodeCompletionResults()
427 if (TheSema->Context.getLangOpts().CPlusPlus && IsNestedNameSpecifier && in CacheCodeCompletionResults()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp329 bool IsNestedNameSpecifier(const NamedDecl *ND) const;
545 if (Filter == &ResultBuilder::IsNestedNameSpecifier || in isInterestingDecl()
556 IsNestedNameSpecifier(ND) && in isInterestingDecl()
1114 bool ResultBuilder::IsNestedNameSpecifier(const NamedDecl *ND) const { in IsNestedNameSpecifier() function in ResultBuilder
3808 Results.setFilter(&ResultBuilder::IsNestedNameSpecifier); in CodeCompleteTag()
4294 &ResultBuilder::IsNestedNameSpecifier); in CodeCompleteUsing()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp366 bool IsNestedNameSpecifier(const NamedDecl *ND) const;
759 if (Filter == &ResultBuilder::IsNestedNameSpecifier || in isInterestingDecl()
768 IsNestedNameSpecifier(ND) && in isInterestingDecl()
1436 bool ResultBuilder::IsNestedNameSpecifier(const NamedDecl *ND) const { in IsNestedNameSpecifier() function in ResultBuilder
5358 Results.setFilter(&ResultBuilder::IsNestedNameSpecifier); in CodeCompleteTag()
5953 &ResultBuilder::IsNestedNameSpecifier); in CodeCompleteUsing()