Lines Matching defs:RedeclChain

135 struct RedeclChain : ASTImporterOptionSpecificTestBase {  struct
137 using DeclTy = typename TypeParam::DeclTy;
138 std::string getPrototype() { return TypeParam::Prototype; } in getPrototype()
139 std::string getDefinition() { return TypeParam::Definition; } in getDefinition()
140 BindableMatcher<Decl> getPattern() const { return TypeParam().getPattern(); } in getPattern()
142 void CheckPreviousDecl(Decl *Prev, Decl *Current) { in CheckPreviousDecl()
182 TypedTest_PrototypeShouldBeImportedAsAPrototypeWhenThereIsNoDefinition() { in TypedTest_PrototypeShouldBeImportedAsAPrototypeWhenThereIsNoDefinition()
199 void TypedTest_DefinitionShouldBeImportedAsADefinition() { in TypedTest_DefinitionShouldBeImportedAsADefinition()
215 void TypedTest_ImportPrototypeAfterImportedPrototype() { in TypedTest_ImportPrototypeAfterImportedPrototype()
237 void TypedTest_ImportDefinitionAfterImportedPrototype() { in TypedTest_ImportDefinitionAfterImportedPrototype()
259 void TypedTest_ImportPrototypeAfterImportedDefinition() { in TypedTest_ImportPrototypeAfterImportedDefinition()
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()
390 void TypedTest_ImportPrototypeThenProtoAndDefinition() { in TypedTest_ImportPrototypeThenProtoAndDefinition()