Searched refs:isTemplateInstantiation (Results 1 - 10 of 10) sorted by relevance

/external/clang/unittests/AST/
H A DASTContextParentMapTest.cpp46 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())))))));
H A DSourceLocationTest.cpp257 friendDecl(hasParent(recordDecl(isTemplateInstantiation())))));
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp250 bool isTemplateInstantiation = false; local
252 isTemplateInstantiation = Function->isTemplateInstantiation();
254 if (!isVirtualMethod && !isTemplateInstantiation)
1588 bool isTemplateInstantiation = false; local
1590 isTemplateInstantiation = Function->isTemplateInstantiation();
1591 if (!isTemplateInstantiation)
/external/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp93 if (FD->isTemplateInstantiation())
H A DDeadStoresChecker.cpp431 if (FD->isTemplateInstantiation())
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp3260 recordDecl(hasName("::X"), isTemplateInstantiation())));
3264 recordDecl(isTemplateInstantiation(), hasDescendant(
3272 isTemplateInstantiation())));
3279 recordDecl(isTemplateInstantiation(), hasDescendant(
3288 recordDecl(hasName("::X"), isTemplateInstantiation())));
3299 recordDecl(hasName("::X::Y"), isTemplateInstantiation())));
3312 recordDecl(hasName("::X<A>::Y"), unless(isTemplateInstantiation()))));
3319 recordDecl(hasName("::X"), isTemplateInstantiation())));
3325 recordDecl(isTemplateInstantiation())));
3470 allOf(hasAncestor(recordDecl(isTemplateInstantiation())),
[all...]
/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp327 REGISTER_MATCHER(isTemplateInstantiation);
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2869 /// recordDecl(hasName("::X"), isTemplateInstantiation())
2877 /// recordDecl(hasName("::X"), isTemplateInstantiation())
2882 isTemplateInstantiation,
2881 AST_POLYMORPHIC_MATCHER( isTemplateInstantiation, AST_POLYMORPHIC_SUPPORTED_TYPES_3(FunctionDecl, VarDecl, CXXRecordDecl)) argument
/external/clang/include/clang/AST/
H A DDecl.h1958 bool isTemplateInstantiation() const;
/external/clang/lib/AST/
H A DDecl.cpp2681 bool FunctionDecl::isTemplateInstantiation() const { function in class:FunctionDecl

Completed in 548 milliseconds