Searched refs:StmtWithASTContext (Results 1 – 1 of 1) sorted by relevance
84 struct StmtWithASTContext { struct87 explicit StmtWithASTContext(Stmt &S, ASTContext &Context) in StmtWithASTContext() function89 explicit StmtWithASTContext(FunctionDecl *FD) in StmtWithASTContext() function97 std::tuple<StmtWithASTContext, StmtWithASTContext>108 return std::make_tuple(StmtWithASTContext(*S0, AST0->getASTContext()), in makeStmts()109 StmtWithASTContext(*S1, AST1->getASTContext())); in makeStmts()115 std::tuple<StmtWithASTContext, StmtWithASTContext>124 std::tuple<StmtWithASTContext, StmtWithASTContext>148 bool testStructuralMatch(StmtWithASTContext S0, StmtWithASTContext S1) { in testStructuralMatch()164 testStructuralMatch(std::tuple<StmtWithASTContext, StmtWithASTContext> t) { in testStructuralMatch()