Lines Matching defs:FunctionTemplateDecl
1086 /// for corresponding FunctionTemplateDecl) is not added into DeclContext.
1301 auto From = FirstDeclMatcher<FunctionTemplateDecl>().match(
1304 auto To = cast<FunctionTemplateDecl>(Import(From, Lang_CXX03));
1331 auto FromFT = FirstDeclMatcher<FunctionTemplateDecl>().match(
1339 auto ToFT = FirstDeclMatcher<FunctionTemplateDecl>().match(
2671 auto *FromD1 = FirstDeclMatcher<FunctionTemplateDecl>().match(
2675 auto *FromD2 = FirstDeclMatcher<FunctionTemplateDecl>().match(
2693 auto *FromD1 = FirstDeclMatcher<FunctionTemplateDecl>().match(
2697 auto *FromD2 = FirstDeclMatcher<FunctionTemplateDecl>().match(
4923 auto *TemplateD = FirstDeclMatcher<FunctionTemplateDecl>().match(
4937 auto *TemplateD = FirstDeclMatcher<FunctionTemplateDecl>().match(
5077 auto *FromD = FirstDeclMatcher<FunctionTemplateDecl>().match(
5142 |-FunctionTemplateDecl 0x1fe5860 <line:2:7, line:3:12> col:9 implicit <deduction guide for A>
5150 `-FunctionTemplateDecl 0x1fe5a78 <line:2:7, col:36> col:36 implicit <deduction guide for A>
5998 auto *F = FirstDeclMatcher<FunctionTemplateDecl>().match(
6148 auto *Friend = FirstDeclMatcher<FunctionTemplateDecl>().match(
6156 auto *FromFoo = FirstDeclMatcher<FunctionTemplateDecl>().match(
8655 AST_MATCHER_P(FunctionTemplateDecl, templateParameterCountIs, unsigned, Cnt) {
8672 auto *FromDGCtor = FirstDeclMatcher<FunctionTemplateDecl>().match(
8675 auto *FromDGCopyCtor = FirstDeclMatcher<FunctionTemplateDecl>().match(
8738 auto *FromDGCtor = FirstDeclMatcher<FunctionTemplateDecl>().match(
8741 auto *FromDGCopyCtor = FirstDeclMatcher<FunctionTemplateDecl>().match(
9996 auto *ToFDef = FirstDeclMatcher<FunctionTemplateDecl>().match(
10007 auto *FromFDef = FirstDeclMatcher<FunctionTemplateDecl>().match(
10009 auto *FromF = LastDeclMatcher<FunctionTemplateDecl>().match(
10048 auto *FromF = FirstDeclMatcher<FunctionTemplateDecl>().match(
10057 auto *D3 = LastDeclMatcher<FunctionTemplateDecl>().match(
10059 auto *D2 = dyn_cast<FunctionTemplateDecl>(D3->getPreviousDecl());
10060 auto *D1 = dyn_cast<FunctionTemplateDecl>(D2->getPreviousDecl());
10066 auto *ToD1 = FirstDeclMatcher<FunctionTemplateDecl>().match(
10069 auto *D3 = LastDeclMatcher<FunctionTemplateDecl>().match(
10071 auto *D2 = dyn_cast<FunctionTemplateDecl>(D3->getPreviousDecl());
10072 auto *D1 = dyn_cast<FunctionTemplateDecl>(D2->getPreviousDecl());