HomeSort by relevance Sort by last modified time
    Searched defs:CompoundStmt (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/AST/
Stmt.cpp 124 else if (auto CS = dyn_cast_or_null<CompoundStmt>(S)) {
282 CompoundStmt::CompoundStmt(const ASTContext &C, ArrayRef<Stmt*> Stmts,
298 void CompoundStmt::setStmts(const ASTContext &C, ArrayRef<Stmt *> Stmts) {
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/include/clang/AST/
Stmt.h 90 friend class CompoundStmt;
427 /// expressions. For example, CompoundStmt mixes statements, expressions
537 /// CompoundStmt - This represents a group of statements like { stmt stmt }.
539 class CompoundStmt : public Stmt {
546 CompoundStmt(const ASTContext &C, ArrayRef<Stmt*> Stmts,
550 explicit CompoundStmt(SourceLocation Loc)
556 explicit CompoundStmt(EmptyShell Empty)
    [all...]

Completed in 45 milliseconds