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 248 CompoundStmt::CompoundStmt(ASTContext &C, Stmt **StmtStart, unsigned NumStmts,
264 void CompoundStmt::setStmts(ASTContext &C, Stmt **Stmts, unsigned NumStmts) {
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 129 friend class CompoundStmt;
442 /// 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, Stmt **StmtStart, unsigned NumStmts,
556 explicit CompoundStmt(SourceLocation Loc)
562 explicit CompoundStmt(EmptyShell Empty)
618 static bool classof(const CompoundStmt *) { return true; }
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 91 milliseconds