Home
last modified time | relevance | path

Searched defs:FunctionTemplateSpec (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterODRStrategiesTest.cpp184 struct FunctionTemplateSpec { struct
185 using DeclTy = FunctionDecl;
187 static constexpr auto *Definition0 =
198 static constexpr auto *Definition1 =
205 BindableMatcher<Decl> getPattern() { in getPattern()
209 static std::string getDef0() { return Definition0; } in getDef0()
210 static std::string getDef1() { return Definition1; } in getDef1()
211 TestLanguage getLang() { return Lang_CXX03; } in getLang()
H A DASTImporterGenericRedeclTest.cpp92 struct FunctionTemplateSpec { struct
93 using DeclTy = FunctionDecl;
94 static constexpr auto *Prototype =
103 static constexpr auto *Definition =
112 BindableMatcher<Decl> getPattern() { in getPattern()