Home
last modified time | relevance | path

Searched refs:InClassFD (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp2629 auto *InClassFD = cast<FunctionDecl>(FirstDeclMatcher<FriendDecl>() in TEST_P() local
2632 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()