Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp249 auto *To1 = LastDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypeAfterImportedPrototype() local
316 auto *To1 = LastDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypes() local
H A DASTImporterTest.cpp2052 EXPECT_NE(To0, To1); in TEST_P() local
2226 EXPECT_EQ(To1->getPreviousDecl(), To0); in TEST_P() local
2244 auto *To1 = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern); TEST_P() local
2544 auto *To1 = Import(From1, Lang_C99); TEST_P() local
8251 auto *To1 = cast_or_null<ClassTemplateDecl>(Import(From1, Lang_CXX11)); TEST_P() local
[all...]