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 256 CompoundStmt::CompoundStmt(ASTContext &C, ArrayRef<Stmt*> Stmts,
272 void CompoundStmt::setStmts(ASTContext &C, Stmt **Stmts, unsigned NumStmts) {
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/include/clang/AST/
Stmt.h 135 friend class CompoundStmt;
437 /// expressions. For example, CompoundStmt mixes statements, expressions
539 /// CompoundStmt - This represents a group of statements like { stmt stmt }.
541 class CompoundStmt : public Stmt {
545 CompoundStmt(ASTContext &C, ArrayRef<Stmt*> Stmts,
549 explicit CompoundStmt(SourceLocation Loc)
555 explicit CompoundStmt(EmptyShell Empty)
    [all...]

Completed in 285 milliseconds