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

  /external/clang/include/clang/AST/
Stmt.h 125 friend class CompoundStmt;
353 /// expressions. For example, CompoundStmt mixes statements, expressions
449 /// CompoundStmt - This represents a group of statements like { stmt stmt }.
451 class CompoundStmt : public Stmt {
455 CompoundStmt(ASTContext& C, Stmt **StmtStart, unsigned NumStmts,
472 explicit CompoundStmt(EmptyShell Empty)
528 static bool classof(const CompoundStmt *) { return true; }
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 56 milliseconds