Searched refs:InClassFD (Results 1 – 1 of 1) sorted by relevance
2629 auto *InClassFD = cast<FunctionDecl>(FirstDeclMatcher<FriendDecl>() in TEST_P() local2632 EXPECT_FALSE(InClassFD->doesThisDeclarationHaveABody()); in TEST_P()2633 EXPECT_EQ(InClassFD->getPreviousDecl(), ImportedD); in TEST_P()2635 EXPECT_EQ((*InClassFD->param_begin())->getOriginalType(), in TEST_P()