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;
364 bool IsNestedNameSpecifier = false;
372 IsNestedNameSpecifier);
405 IsNestedNameSpecifier && !Results[I].StartsNestedNameSpecifier) {
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 330 bool IsNestedNameSpecifier(const NamedDecl *ND) const;
529 if (Filter == &ResultBuilder::IsNestedNameSpecifier ||
540 IsNestedNameSpecifier(ND) &&
    [all...]

Completed in 160 milliseconds