Searched defs:ImportedDef (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/unittests/AST/ |
H A D | ASTImporterGenericRedeclTest.cpp | 266 Decl *ImportedDef = Import(FromDef, Lang_CXX03); in TypedTest_ImportDefinitionAfterImportedPrototype() local 287 Decl *ImportedDef = Import(FromDef, Lang_CXX03); in TypedTest_ImportPrototypeAfterImportedDefinition() local 356 Decl *ImportedDef = Import(FromDef, Lang_CXX03); in TypedTest_ImportDefinitionThenPrototype() local 382 Decl *ImportedDef = Import(FromDef, Lang_CXX03); in TypedTest_ImportPrototypeThenDefinition() local
|
H A D | ASTImporterTest.cpp | 4081 Decl *ImportedDef = Import(FromDef, Lang_C99); TEST_P() local 4099 Decl *ImportedDef = Import(FromDef, Lang_CXX03); TEST_P() local 4119 Decl *ImportedDef = Import(FromDef, Lang_C99); TEST_P() local 4470 auto *ImportedDef = cast<ClassTemplateDecl>(Import(Definition, Lang_CXX03)); TEST_P() local 4501 auto *ImportedDef = cast<ClassTemplateDecl>(Import(Definition, Lang_CXX03)); TEST_P() local 4531 auto *ImportedDef = Import(Definition, Lang_CXX03); TEST_P() local 6814 auto *ImportedDef = Import(FromClassDef, Lang_CXX03); TEST_P() local [all...] |