HomeSort by: relevance | last modified time | path
    Searched defs:IsNestedNameSpecifier (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp 289 bool &IsNestedNameSpecifier) {
290 IsNestedNameSpecifier = false;
333 IsNestedNameSpecifier = true;
341 IsNestedNameSpecifier = true;
343 IsNestedNameSpecifier = true;
358 IsNestedNameSpecifier = true;
389 bool IsNestedNameSpecifier = false;
395 R.Declaration, Ctx->getLangOpts(), IsNestedNameSpecifier);
427 if (TheSema->Context.getLangOpts().CPlusPlus && IsNestedNameSpecifier &&
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp 366 bool IsNestedNameSpecifier(const NamedDecl *ND) const;
788 if (Filter == &ResultBuilder::IsNestedNameSpecifier ||
797 IsNestedNameSpecifier(ND) &&
1465 bool ResultBuilder::IsNestedNameSpecifier(const NamedDecl *ND) const {
5504 Results.setFilter(&ResultBuilder::IsNestedNameSpecifier);
6115 &ResultBuilder::IsNestedNameSpecifier);

Completed in 97 milliseconds