Home
last modified time | relevance | path

Searched defs:RedeclChain (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp135 struct RedeclChain : ASTImporterOptionSpecificTestBase { struct
137 using DeclTy = typename TypeParam::DeclTy;
142 void CheckPreviousDecl(Decl *Prev, Decl *Current) { in CheckPreviousDecl()
215 void TypedTest_ImportPrototypeAfterImportedPrototype() { in TypedTest_ImportPrototypeAfterImportedPrototype()
237 void TypedTest_ImportDefinitionAfterImportedPrototype() { in TypedTest_ImportDefinitionAfterImportedPrototype()
281 void TypedTest_ImportPrototypes() { in TypedTest_ImportPrototypes()
304 void TypedTest_ImportDefinitions() { in TypedTest_ImportDefinitions()
326 void TypedTest_ImportDefinitionThenPrototype() { in TypedTest_ImportDefinitionThenPrototype()
351 void TypedTest_ImportPrototypeThenDefinition() { in TypedTest_ImportPrototypeThenDefinition()
376 void TypedTest_WholeRedeclChainIsImportedAtOnce() { in TypedTest_WholeRedeclChainIsImportedAtOnce()
[all …]