Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp142 void CheckPreviousDecl(Decl *Prev, Decl *Current) { in CheckPreviousDecl() function
234 CheckPreviousDecl(To0, To1); in TypedTest_ImportPrototypeAfterImportedPrototype()
256 CheckPreviousDecl(ToProto, ToDef); in TypedTest_ImportDefinitionAfterImportedPrototype()
278 CheckPreviousDecl(ToDef, ToProto); in TypedTest_ImportPrototypeAfterImportedDefinition()
301 CheckPreviousDecl(To0, To1); in TypedTest_ImportPrototypes()
348 CheckPreviousDecl(ToDef, ToProto); in TypedTest_ImportDefinitionThenPrototype()
373 CheckPreviousDecl(ToProto, ToDef); in TypedTest_ImportPrototypeThenDefinition()
416 CheckPreviousDecl(ProtoD, DefinitionD->getPreviousDecl()); in TypedTest_ImportPrototypeThenProtoAndDefinition()