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 255 CompoundStmt::CompoundStmt(ASTContext &C, ArrayRef<Stmt*> Stmts,
271 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 131 friend class CompoundStmt;
444 /// expressions. For example, CompoundStmt mixes statements, expressions
546 /// CompoundStmt - This represents a group of statements like { stmt stmt }.
548 class CompoundStmt : public Stmt {
552 CompoundStmt(ASTContext &C, ArrayRef<Stmt*> Stmts,
556 explicit CompoundStmt(SourceLocation Loc)
562 explicit CompoundStmt(EmptyShell Empty)
    [all...]

Completed in 176 milliseconds