Searched defs:StmtWithASTContext (Results 1 – 1 of 1) sorted by relevance
84 struct StmtWithASTContext { struct85 Stmt *S;86 ASTContext *Context;87 explicit StmtWithASTContext(Stmt &S, ASTContext &Context) in StmtWithASTContext() function89 explicit StmtWithASTContext(FunctionDecl *FD) in StmtWithASTContext() argument