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

/external/clang/lib/Frontend/
H A DASTUnit.cpp281 bool &IsNestedNameSpecifier) {
282 IsNestedNameSpecifier = false;
320 IsNestedNameSpecifier = true;
328 IsNestedNameSpecifier = true;
330 IsNestedNameSpecifier = true;
345 IsNestedNameSpecifier = true;
375 bool IsNestedNameSpecifier = false; local
383 IsNestedNameSpecifier);
416 IsNestedNameSpecifier && !Results[I].StartsNestedNameSpecifier) {
279 getDeclShowContexts(const NamedDecl *ND, const LangOptions &LangOpts, bool &IsNestedNameSpecifier) argument
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp330 bool IsNestedNameSpecifier(const NamedDecl *ND) const;
530 if (Filter == &ResultBuilder::IsNestedNameSpecifier ||
541 IsNestedNameSpecifier(ND) &&
1098 bool ResultBuilder::IsNestedNameSpecifier(const NamedDecl *ND) const { function in class:ResultBuilder
3710 Results.setFilter(&ResultBuilder::IsNestedNameSpecifier);
4109 &ResultBuilder::IsNestedNameSpecifier);

Completed in 56 milliseconds