Lines Matching defs:FromC
8445 auto *FromC = FirstDeclMatcher<CXXRecordDecl>().match(
8448 auto *ToC = Import(FromC, Lang_CXX11);
8451 CheckAST(FromTU, FromC);
9254 auto *FromC = FirstDeclMatcher<CXXRecordDecl>().match(
9256 testImport(ToTU, FromTU, FromC);
9262 auto *FromC = LastDeclMatcher<CXXRecordDecl>().match(
9264 testImport(ToTU, FromTU, FromC);
9270 auto *FromC = FirstDeclMatcher<CXXRecordDecl>().match(
9272 testImport(ToTU, FromTU, FromC);
9278 auto *FromC = LastDeclMatcher<CXXRecordDecl>().match(
9280 testImport(ToTU, FromTU, FromC);