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

  /external/clang/unittests/AST/
ASTContextParentMapTest.cpp 60 hasParent(cxxRecordDecl(isTemplateInstantiation())))));
65 hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))))));
71 allOf(hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))),
72 hasParent(cxxRecordDecl(isTemplateInstantiation()))))));
81 hasAncestor(cxxRecordDecl(isTemplateInstantiation())),
82 hasAncestor(cxxRecordDecl(unless(isTemplateInstantiation())))))));
SourceLocationTest.cpp 530 friendDecl(hasParent(cxxRecordDecl(isTemplateInstantiation())))));
  /external/clang/include/clang/Basic/
Specifiers.h 157 inline bool isTemplateInstantiation(TemplateSpecializationKind Kind) {
  /external/clang/lib/StaticAnalyzer/Checkers/
UnreachableCodeChecker.cpp 96 if (FD->isTemplateInstantiation())
DeadStoresChecker.cpp 461 if (FD->isTemplateInstantiation())
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 446 bool isTemplateInstantiation = false;
448 isTemplateInstantiation = Function->isTemplateInstantiation();
450 if (!isVirtualMethod && !isTemplateInstantiation)
    [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 298 REGISTER_MATCHER(isTemplateInstantiation);
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 346 } else if (isTemplateInstantiation(D->getTemplateSpecializationKind())) {
CodeGenModule.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
Decl.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 268 milliseconds