HomeSort by relevance Sort by last modified time
    Searched refs:IsNestedNameSpecifier (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Frontend/
ASTUnit.cpp 270 bool &IsNestedNameSpecifier) {
271 IsNestedNameSpecifier = false;
309 IsNestedNameSpecifier = true;
317 IsNestedNameSpecifier = true;
319 IsNestedNameSpecifier = true;
334 IsNestedNameSpecifier = true;
363 bool IsNestedNameSpecifier = false;
370 IsNestedNameSpecifier);
403 IsNestedNameSpecifier && !Results[I].StartsNestedNameSpecifier) {
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 324 bool IsNestedNameSpecifier(NamedDecl *ND) const;
524 if (Filter == &ResultBuilder::IsNestedNameSpecifier ||
535 IsNestedNameSpecifier(ND) &&
    [all...]

Completed in 48 milliseconds