Home
last modified time | relevance | path

Searched refs:StmtWithASTContext (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/unittests/AST/
H A DStructuralEquivalenceTest.cpp84 struct StmtWithASTContext { struct
87 explicit StmtWithASTContext(Stmt &S, ASTContext &Context) in StmtWithASTContext() function
89 explicit StmtWithASTContext(FunctionDecl *FD) in StmtWithASTContext() function
97 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()