Searched refs:ToTu (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTImporterVisibilityTest.cpp | 245 TranslationUnitDecl *ToTu = getToTuDecl(getCode0(), Lang_CXX14); in TypedTest_ImportAfter() local 249 auto *ToD0 = FirstDeclMatcher<DeclTy>().match(ToTu, getPattern()); in TypedTest_ImportAfter() 283 TranslationUnitDecl *ToTu = getToTuDecl(getCode0(), Lang_CXX14); in TypedTest_ImportAfterWithMerge() local 287 auto *ToF0 = FirstDeclMatcher<DeclTy>().match(ToTu, getPattern()); in TypedTest_ImportAfterWithMerge() 301 EXPECT_EQ(0u, ToTu->getASTContext().getDiagnostics().getNumWarnings()); in TypedTest_ImportAfterWithMerge()
|
| H A D | ASTImporterTest.cpp | 3990 Decl *ToTu = ToX->getTranslationUnitDecl(); in TEST_P() local 3991 auto *ToFriend = FirstDeclMatcher<FriendDecl>().match(ToTu, friendDecl()); in TEST_P() 3995 ASSERT_EQ(ToRecordOfFriend->getDeclContext(), cast<DeclContext>(ToTu)); in TEST_P() 4200 Decl *ToTu = getToTuDecl(Code, Lang_CXX03); in TEST_P() local 4203 auto *ToFriend1 = FirstDeclMatcher<FriendDecl>().match(ToTu, friendDecl()); in TEST_P() 4204 auto *ToFriend2 = LastDeclMatcher<FriendDecl>().match(ToTu, friendDecl()); in TEST_P() 4225 Decl *ToTu = getToTuDecl(Code, Lang_CXX03); in TEST_P() local 4228 auto *ToFriend1 = FirstDeclMatcher<FriendDecl>().match(ToTu, friendDecl()); in TEST_P() 4229 auto *ToFriend2 = LastDeclMatcher<FriendDecl>().match(ToTu, friendDecl()); in TEST_P()
|