Searched defs:ImportedDef (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTImporterGenericRedeclTest.cpp | 245 Decl *ImportedDef = Import(FromDef, Lang_CXX03); in TypedTest_ImportDefinitionAfterImportedPrototype() local 266 Decl *ImportedDef = Import(FromDef, Lang_CXX03); in TypedTest_ImportPrototypeAfterImportedDefinition() local 335 Decl *ImportedDef = Import(FromDef, Lang_CXX03); in TypedTest_ImportDefinitionThenPrototype() local 361 Decl *ImportedDef = Import(FromDef, Lang_CXX03); in TypedTest_ImportPrototypeThenDefinition() local
|
| H A D | ASTImporterTest.cpp | 3857 Decl *ImportedDef = Import(FromDef, Lang_C99); in TEST_P() local 3875 Decl *ImportedDef = Import(FromDef, Lang_CXX03); in TEST_P() local 3895 Decl *ImportedDef = Import(FromDef, Lang_C99); in TEST_P() local 4126 auto *ImportedDef = cast<ClassTemplateDecl>(Import(Definition, Lang_CXX03)); in TEST_P() local 4157 auto *ImportedDef = cast<ClassTemplateDecl>(Import(Definition, Lang_CXX03)); in TEST_P() local 4187 auto *ImportedDef = Import(Definition, Lang_CXX03); in TEST_P() local 6021 auto *ImportedDef = Import(FromClassDef, Lang_CXX03); in TEST_P() local
|