Lines Matching defs:DFP
2316 auto DFP =
2320 auto *DF = FirstDeclMatcher<CXXMethodDecl>().match(FromTU0, DFP);
2330 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, DFP), 1u);
2346 auto DFP =
2356 auto *FromD = FirstDeclMatcher<CXXMethodDecl>().match(FromTU, DFP);
2368 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, DFP), 1u);
2386 auto DFP = cxxMethodDecl(hasName("f"), hasParent(cxxRecordDecl(hasName("D"))),
2390 auto *D = FirstDeclMatcher<CXXMethodDecl>().match(FromTU0, DFP);
2439 auto DFP =
2447 auto *D = FirstDeclMatcher<CXXMethodDecl>().match(FromTU0, DFP);
2460 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, DFP), 1u);
2471 auto *ToDFInClass = FirstDeclMatcher<CXXMethodDecl>().match(ToTU, DFP);