Searched refs:OutOfClassFD (Results 1 – 1 of 1) sorted by relevance
2658 auto *OutOfClassFD = FirstDeclMatcher<FunctionDecl>().match( in TEST_P() local2661 EXPECT_TRUE(OutOfClassFD->doesThisDeclarationHaveABody()); in TEST_P()2662 EXPECT_EQ(ImportedD->getPreviousDecl(), OutOfClassFD); in TEST_P()2664 EXPECT_EQ((*OutOfClassFD->param_begin())->getOriginalType(), in TEST_P()