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

/external/clang/lib/Frontend/
H A DASTUnit.cpp270 bool &IsNestedNameSpecifier) {
271 IsNestedNameSpecifier = false;
309 IsNestedNameSpecifier = true;
317 IsNestedNameSpecifier = true;
319 IsNestedNameSpecifier = true;
334 IsNestedNameSpecifier = true;
364 bool IsNestedNameSpecifier = false; local
372 IsNestedNameSpecifier);
405 IsNestedNameSpecifier && !Results[I].StartsNestedNameSpecifier) {
268 getDeclShowContexts(const NamedDecl *ND, const LangOptions &LangOpts, bool &IsNestedNameSpecifier) argument
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp330 bool IsNestedNameSpecifier(const NamedDecl *ND) const;
529 if (Filter == &ResultBuilder::IsNestedNameSpecifier ||
540 IsNestedNameSpecifier(ND) &&
1100 bool ResultBuilder::IsNestedNameSpecifier(const NamedDecl *ND) const { function in class:ResultBuilder
3686 Results.setFilter(&ResultBuilder::IsNestedNameSpecifier);
4070 &ResultBuilder::IsNestedNameSpecifier);

Completed in 56 milliseconds