Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/AST/
DStructuralEquivalenceTest.cpp84 struct StmtWithASTContext { struct
85 Stmt *S;
86 ASTContext *Context;
87 explicit StmtWithASTContext(Stmt &S, ASTContext &Context) in StmtWithASTContext() function
89 explicit StmtWithASTContext(FunctionDecl *FD) in StmtWithASTContext() argument