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 267 bool &IsNestedNameSpecifier) {
268 IsNestedNameSpecifier = false;
306 IsNestedNameSpecifier = true;
314 IsNestedNameSpecifier = true;
316 IsNestedNameSpecifier = true;
331 IsNestedNameSpecifier = true;
362 bool IsNestedNameSpecifier = false;
368 R.Declaration, Ctx->getLangOpts(), IsNestedNameSpecifier);
400 if (TheSema->Context.getLangOpts().CPlusPlus && IsNestedNameSpecifier &&
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 329 bool IsNestedNameSpecifier(const NamedDecl *ND) const;
545 if (Filter == &ResultBuilder::IsNestedNameSpecifier ||
556 IsNestedNameSpecifier(ND) &&
    [all...]

Completed in 55 milliseconds