• Home
  • Raw
  • Download

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()
1405 Decl *From = LastDeclMatcher<Decl>{}.match(FromTU, functionDecl()); in TEST_P()
1561 auto ToLHS = LastDeclMatcher<DeclRefExpr>().match(ToD, declRefExpr()); in TEST_P()
1562 auto FromLHS = LastDeclMatcher<DeclRefExpr>().match(FromTU, declRefExpr()); in TEST_P()
1563 auto ToRHS = LastDeclMatcher<IntegerLiteral>().match(ToD, integerLiteral()); in TEST_P()
1565 LastDeclMatcher<IntegerLiteral>().match(FromTU, integerLiteral()); in TEST_P()
1828 auto *To1 = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern); in TEST_P()
1839 LastDeclMatcher<FunctionDecl>().match(FromTU, Pattern); // Def in TEST_P()
1846 auto *To1 = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern); in TEST_P()
1882 CXXMethodDecl *Def = LastDeclMatcher<CXXMethodDecl>().match(FromTU, Pattern); in TEST_P()
2078 auto *ToDFOutOfClass = LastDeclMatcher<CXXMethodDecl>().match( in TEST_P()
2106 auto *From1 = LastDeclMatcher<VarDecl>().match(FromTu, Pattern); in TEST_P()
2125 auto *FromF1 = LastDeclMatcher<FunctionDecl>().match(FromTu, Pattern); in TEST_P()
2301 LastDeclMatcher<CXXConstructorDecl>().match(FromTU, cxxConstructorDecl()); in TEST_P()
2322 auto *FromD = LastDeclMatcher<FunctionDecl>().match( in TEST_P()
2342 auto *ToFD = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern); in TEST_P()
2360 auto *ToFD = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern); in TEST_P()
2377 auto *ToFD = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern); in TEST_P()
2395 auto *ToFD = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern); in TEST_P()
2441 auto *FromD = LastDeclMatcher<FunctionDecl>().match(FromTU, Pattern); in TEST_P()
2531 LastDeclMatcher<FunctionDecl>().match(FromTU, FunctionPattern); in TEST_P()
2558 auto *ToNormal = LastDeclMatcher<FunctionDecl>().match(ToTU, FunctionPattern); in TEST_P()
2575 LastDeclMatcher<FunctionDecl>().match(FromTU, FunctionPattern); in TEST_P()
2601 auto *ToFriend = LastDeclMatcher<FunctionDecl>().match(ToTU, FunctionPattern); in TEST_P()
3425 auto *FromDWithDef = LastDeclMatcher<VarDecl>().match( in TEST_P()
3451 auto *FromDWithDef = LastDeclMatcher<VarDecl>().match( in TEST_P()
3482 auto *FromDWithDef = LastDeclMatcher<VarDecl>().match( in TEST_P()
3513 auto ToDef = LastDeclMatcher<RecordDecl>().match(ToTU, Pattern); in TEST_P()
3531 auto ToDef = LastDeclMatcher<RecordDecl>().match(ToTU, Pattern); in TEST_P()
3553 auto ToDef = LastDeclMatcher<RecordDecl>().match(ToTU, Pattern); in TEST_P()
3578 auto *FromFriendClass = LastDeclMatcher<CXXRecordDecl>().match( in TEST_P()
3856 auto *ToFriend2 = LastDeclMatcher<FriendDecl>().match(ToTu, friendDecl()); in TEST_P()
3859 auto *FromFriend2 = LastDeclMatcher<FriendDecl>().match(FromTu, friendDecl()); in TEST_P()
3881 auto *ToFriend2 = LastDeclMatcher<FriendDecl>().match(ToTu, friendDecl()); in TEST_P()
3884 auto *FromFriend2 = LastDeclMatcher<FriendDecl>().match(FromTu, friendDecl()); in TEST_P()
3945 auto *A1 = LastDeclMatcher<VarDecl>().match(TU, varDecl(hasName("A"))); in TEST_P()
4341 auto *F2 = LastDeclMatcher<FunctionDecl>().match(ToTU, functionDecl()); in TEST_P()
4642 auto *FriendD1 = LastDeclMatcher<FriendDecl>().match(ToTU, friendDecl()); in TEST_P()
4704 LastDeclMatcher<NamespaceDecl>().match(ToTU, namespaceDecl(hasName("N"))); in TEST_P()
4734 auto *FromDef = LastDeclMatcher<CXXRecordDecl>().match( in TEST_P()
4871 LastDeclMatcher<FunctionDecl>().match(FromTU, functionDecl(hasName("f"))); in TEST_P()
5249 auto *ToClassDef = LastDeclMatcher<ClassTemplateDecl>().match( in TEST_P()
5260 auto *FromClassDef = LastDeclMatcher<ClassTemplateDecl>().match( in TEST_P()
5393 auto *Constr2 = LastDeclMatcher<CXXConstructorDecl>().match( in TEST_P()
5426 LastDeclMatcher<LambdaExpr>().match(FromTU, Pattern)->getLambdaClass(); in TEST_P()
5446 LastDeclMatcher<CXXRecordDecl>().match(FromTU, Pattern); in TEST_P()
5467 LastDeclMatcher<CXXRecordDecl>().match(FromTU, Pattern); in TEST_P()
5537 auto *FromMethod = LastDeclMatcher<ObjCMethodDecl>().match( in TEST_P()