Searched defs:FunctionTemplateSpec (Results 1 – 2 of 2) sorted by relevance
184 struct FunctionTemplateSpec { struct185 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()
91 struct FunctionTemplateSpec { struct92 using DeclTy = FunctionDecl;93 static constexpr auto *Prototype =102 static constexpr auto *Definition =111 BindableMatcher<Decl> getPattern() { in getPattern()