Home
last modified time | relevance | path

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

/llvm-project/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.cpp91 struct FunctionTemplateSpec { struct
92 using DeclTy = FunctionDecl;
93 static constexpr auto *Prototype =
102 static constexpr auto *Definition =
111 BindableMatcher<Decl> getPattern() { in getPattern()