Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp409 DeclTy *DefinitionD = LastDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypeThenProtoAndDefinition() local
410 EXPECT_TRUE(DefinitionD->isThisDeclarationADefinition()); in TypedTest_ImportPrototypeThenProtoAndDefinition()
412 EXPECT_TRUE(DefinitionD->getPreviousDecl()); in TypedTest_ImportPrototypeThenProtoAndDefinition()
414 DefinitionD->getPreviousDecl()->isThisDeclarationADefinition()); in TypedTest_ImportPrototypeThenProtoAndDefinition()
416 CheckPreviousDecl(ProtoD, DefinitionD->getPreviousDecl()); in TypedTest_ImportPrototypeThenProtoAndDefinition()