Lines Matching refs:FromDef
3855 auto FromDef = FirstDeclMatcher<RecordDecl>().match(FromTU1, Pattern); in TEST_P() local
3857 Decl *ImportedDef = Import(FromDef, Lang_C99); in TEST_P()
3873 auto FromDef = FirstDeclMatcher<RecordDecl>().match(FromTU1, Pattern); in TEST_P() local
3875 Decl *ImportedDef = Import(FromDef, Lang_CXX03); in TEST_P()
3892 auto FromDef = FirstDeclMatcher<RecordDecl>().match(FromTU1, Pattern); in TEST_P() local
3895 Decl *ImportedDef = Import(FromDef, Lang_C99); in TEST_P()
5376 auto *FromDef = LastDeclMatcher<CXXRecordDecl>().match( in TEST_P() local
5379 ASSERT_NE(FromFwd, FromDef); in TEST_P()
5381 ASSERT_TRUE(FromDef->isThisDeclarationADefinition()); in TEST_P()
5382 ASSERT_EQ(FromFwd->getCanonicalDecl(), FromDef->getCanonicalDecl()); in TEST_P()
5384 auto *ToDef = cast_or_null<CXXRecordDecl>(Import(FromDef, Lang_CXX03)); in TEST_P()
5512 auto *FromDef = in TEST_P() local
5533 OptErr = Importer->getImportDeclErrorIfAny(FromDef); in TEST_P()