Home
last modified time | relevance | path

Searched defs:IsTemplateInstantiation (Results 1 – 3 of 3) sorted by relevance

/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp1555 TEST(IsTemplateInstantiation, MatchesImplicitClassTemplateInstantiation) { in TEST() argument
1569 TEST(IsTemplateInstantiation, MatchesImplicitFunctionTemplateInstantiation) { in TEST() argument
1576 TEST(IsTemplateInstantiation, MatchesExplicitClassTemplateInstantiation) { in TEST() argument
1584 TEST(IsTemplateInstantiation, in TEST() argument
1592 TEST(IsTemplateInstantiation, in TEST() argument
1603 TEST(IsTemplateInstantiation, DoesNotMatchInstantiationsInsideOfInstantiation) { in TEST() argument
1616 TEST(IsTemplateInstantiation, DoesNotMatchExplicitClassTemplateSpecialization) { in TEST() argument
1623 TEST(IsTemplateInstantiation, DoesNotMatchNonTemplate) { in TEST() argument
/external/llvm-project/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1091 bool IsTemplateInstantiation) { in checkFallThroughIntoBlock()
1286 bool IsTemplateInstantiation = false; in DiagnoseSwitchLabelsFallthrough() local
DSemaDeclAttr.cpp5172 bool IsTemplateInstantiation) { in AddXConsumedAttr()