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

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

Completed in 152 milliseconds