Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp156 struct RedeclChain : ASTImporterOptionSpecificTestBase { struct
158 using DeclTy = typename TypeParam::DeclTy;
159 std::string getPrototype() { return TypeParam::Prototype; } in getPrototype()
160 std::string getDefinition() { return TypeParam::Definition; } in getDefinition()
161 BindableMatcher<Decl> getPattern() const { return TypeParam().getPattern(); } in getPattern()
163 void CheckPreviousDecl(Decl *Prev, Decl *Current) { in CheckPreviousDecl()
203 TypedTest_PrototypeShouldBeImportedAsAPrototypeWhenThereIsNoDefinition() { in TypedTest_PrototypeShouldBeImportedAsAPrototypeWhenThereIsNoDefinition()
220 void TypedTest_DefinitionShouldBeImportedAsADefinition() { in TypedTest_DefinitionShouldBeImportedAsADefinition()
236 void TypedTest_ImportPrototypeAfterImportedPrototype() { in TypedTest_ImportPrototypeAfterImportedPrototype()
258 void TypedTest_ImportDefinitionAfterImportedPrototype() { in TypedTest_ImportDefinitionAfterImportedPrototype()
[all …]