Lines Matching refs:LastDeclMatcher
55 auto *D2 = LastDeclMatcher<FunctionDecl>().match(FromTU, Pattern); in TEST_P()
69 auto *D2 = LastDeclMatcher<FunctionDecl>().match(FromTU, Pattern); in TEST_P()
156 D2 = LastDeclMatcher<FunctionDecl>().match(FromTU, Pattern); in ImportPath()
1616 Decl *From = LastDeclMatcher<Decl>{}.match(FromTU, functionDecl()); in TEST_P()
1772 auto ToLHS = LastDeclMatcher<DeclRefExpr>().match(ToD, declRefExpr()); in TEST_P()
1773 auto FromLHS = LastDeclMatcher<DeclRefExpr>().match(FromTU, declRefExpr()); in TEST_P()
1774 auto ToRHS = LastDeclMatcher<IntegerLiteral>().match(ToD, integerLiteral()); in TEST_P()
1776 LastDeclMatcher<IntegerLiteral>().match(FromTU, integerLiteral()); in TEST_P()
2039 auto *To1 = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern); in TEST_P()
2050 LastDeclMatcher<FunctionDecl>().match(FromTU, Pattern); // Def in TEST_P()
2057 auto *To1 = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern); in TEST_P()
2093 CXXMethodDecl *Def = LastDeclMatcher<CXXMethodDecl>().match(FromTU, Pattern); in TEST_P()
2289 auto *ToDFOutOfClass = LastDeclMatcher<CXXMethodDecl>().match( in TEST_P()
2317 auto *From1 = LastDeclMatcher<VarDecl>().match(FromTu, Pattern); in TEST_P()
2336 auto *FromF1 = LastDeclMatcher<FunctionDecl>().match(FromTu, Pattern); in TEST_P()
2512 LastDeclMatcher<CXXConstructorDecl>().match(FromTU, cxxConstructorDecl()); in TEST_P()
2533 auto *FromD = LastDeclMatcher<FunctionDecl>().match( in TEST_P()
2553 auto *ToFD = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern); in TEST_P()
2571 auto *ToFD = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern); in TEST_P()
2588 auto *ToFD = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern); in TEST_P()
2606 auto *ToFD = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern); in TEST_P()
2652 auto *FromD = LastDeclMatcher<FunctionDecl>().match(FromTU, Pattern); in TEST_P()
2742 LastDeclMatcher<FunctionDecl>().match(FromTU, FunctionPattern); in TEST_P()
2769 auto *ToNormal = LastDeclMatcher<FunctionDecl>().match(ToTU, FunctionPattern); in TEST_P()
2786 LastDeclMatcher<FunctionDecl>().match(FromTU, FunctionPattern); in TEST_P()
2812 auto *ToFriend = LastDeclMatcher<FunctionDecl>().match(ToTU, FunctionPattern); in TEST_P()
3701 auto *FromDWithDef = LastDeclMatcher<VarDecl>().match( in TEST_P()
3727 auto *FromDWithDef = LastDeclMatcher<VarDecl>().match( in TEST_P()
3758 auto *FromDWithDef = LastDeclMatcher<VarDecl>().match( in TEST_P()
3861 auto ToDef = LastDeclMatcher<RecordDecl>().match(ToTU, Pattern); in TEST_P()
3879 auto ToDef = LastDeclMatcher<RecordDecl>().match(ToTU, Pattern); in TEST_P()
3901 auto ToDef = LastDeclMatcher<RecordDecl>().match(ToTU, Pattern); in TEST_P()
3926 auto *FromFriendClass = LastDeclMatcher<CXXRecordDecl>().match( in TEST_P()
4204 auto *ToFriend2 = LastDeclMatcher<FriendDecl>().match(ToTu, friendDecl()); in TEST_P()
4207 auto *FromFriend2 = LastDeclMatcher<FriendDecl>().match(FromTu, friendDecl()); in TEST_P()
4229 auto *ToFriend2 = LastDeclMatcher<FriendDecl>().match(ToTu, friendDecl()); in TEST_P()
4232 auto *FromFriend2 = LastDeclMatcher<FriendDecl>().match(FromTu, friendDecl()); in TEST_P()
4293 auto *A1 = LastDeclMatcher<VarDecl>().match(TU, varDecl(hasName("A"))); in TEST_P()
4653 auto *FromD2 = LastDeclMatcher<CXXDeductionGuideDecl>().match( in TEST_P()
4983 auto *F2 = LastDeclMatcher<FunctionDecl>().match(ToTU, functionDecl()); in TEST_P()
5284 auto *FriendD1 = LastDeclMatcher<FriendDecl>().match(ToTU, friendDecl()); in TEST_P()
5346 LastDeclMatcher<NamespaceDecl>().match(ToTU, namespaceDecl(hasName("N"))); in TEST_P()
5376 auto *FromDef = LastDeclMatcher<CXXRecordDecl>().match( in TEST_P()
5513 LastDeclMatcher<FunctionDecl>().match(FromTU, functionDecl(hasName("f"))); in TEST_P()
6002 auto *ToClassDef = LastDeclMatcher<ClassTemplateDecl>().match( in TEST_P()
6013 auto *FromClassDef = LastDeclMatcher<ClassTemplateDecl>().match( in TEST_P()
6146 auto *Constr2 = LastDeclMatcher<CXXConstructorDecl>().match( in TEST_P()
6179 LastDeclMatcher<LambdaExpr>().match(FromTU, Pattern)->getLambdaClass(); in TEST_P()
6199 LastDeclMatcher<CXXRecordDecl>().match(FromTU, Pattern); in TEST_P()
6220 LastDeclMatcher<CXXRecordDecl>().match(FromTU, Pattern); in TEST_P()
6293 CXXRecordDecl *FromL = LastDeclMatcher<LambdaExpr>() in TEST_P()
7258 auto *From2 = LastDeclMatcher<ClassTemplateDecl>().match( in TEST_P()
7424 auto *UsingD2V2 = LastDeclMatcher<UsingDecl>().match( in TEST_P()