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

  /external/clang/unittests/AST/
ASTContextParentMapTest.cpp 46 hasParent(recordDecl(isTemplateInstantiation())))));
51 hasParent(recordDecl(unless(isTemplateInstantiation()))))));
56 allOf(hasParent(recordDecl(unless(isTemplateInstantiation()))),
57 hasParent(recordDecl(isTemplateInstantiation()))))));
66 allOf(hasAncestor(recordDecl(isTemplateInstantiation())),
67 hasAncestor(recordDecl(unless(isTemplateInstantiation())))))));
SourceLocationTest.cpp 257 friendDecl(hasParent(recordDecl(isTemplateInstantiation())))));
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 250 bool isTemplateInstantiation = false;
252 isTemplateInstantiation = Function->isTemplateInstantiation();
254 if (!isVirtualMethod && !isTemplateInstantiation)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UnreachableCodeChecker.cpp 93 if (FD->isTemplateInstantiation())
DeadStoresChecker.cpp 431 if (FD->isTemplateInstantiation())
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 327 REGISTER_MATCHER(isTemplateInstantiation);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]

Completed in 468 milliseconds