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

/external/clang/lib/Frontend/
H A DASTUnit.cpp266 bool &IsNestedNameSpecifier) {
267 IsNestedNameSpecifier = false;
305 IsNestedNameSpecifier = true;
313 IsNestedNameSpecifier = true;
315 IsNestedNameSpecifier = true;
330 IsNestedNameSpecifier = true;
359 bool IsNestedNameSpecifier = false; local
367 IsNestedNameSpecifier);
400 IsNestedNameSpecifier && !Results[I].StartsNestedNameSpecifier) {
264 getDeclShowContexts(NamedDecl *ND, const LangOptions &LangOpts, bool &IsNestedNameSpecifier) argument
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp324 bool IsNestedNameSpecifier(NamedDecl *ND) const;
524 if (Filter == &ResultBuilder::IsNestedNameSpecifier ||
535 IsNestedNameSpecifier(ND) &&
1044 bool ResultBuilder::IsNestedNameSpecifier(NamedDecl *ND) const { function in class:ResultBuilder
3625 Results.setFilter(&ResultBuilder::IsNestedNameSpecifier);
4022 &ResultBuilder::IsNestedNameSpecifier);

Completed in 71 milliseconds