Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h38 class StmtExpr; variable
H A DExpr.h4358 StmtExpr(CompoundStmt *SubStmt, QualType T, SourceLocation LParenLoc, StmtExpr() function
4369 explicit StmtExpr(EmptyShell Empty) : Expr(StmtExprClass, Empty) { } StmtExpr() function
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5774 AST_POLYMORPHIC_MATCHER_P(hasAnySubstatement,AST_POLYMORPHIC_SUPPORTED_TYPES (CompoundStmt,StmtExpr),internal::Matcher<Stmt>,InnerMatcher) AST_POLYMORPHIC_MATCHER_P() argument