Searched defs:StmtExpr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4186 class StmtExpr : public Expr { class in class:clang::final
4190 StmtExpr(CompoundStmt *SubStmt, QualType T, SourceLocation LParenLoc, function in class:clang::final::StmtExpr
4201 explicit StmtExpr(EmptyShell Empty) : Expr(StmtExprClass, Empty) { } function in class:clang::final::StmtExpr

Completed in 111 milliseconds