Searched defs:CompoundStmt (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Parse/
H A DParser.h1288 CompoundStmt, // Also allow '(' compound-statement ')' enumerator in enum:clang::Parser::ParenParseOption
/external/clang/include/clang/AST/
H A DStmt.h125 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 { class in namespace:clang
455 CompoundStmt(ASTContext& C, Stmt **StmtStart, unsigned NumStmts, function in class:clang::CompoundStmt
472 explicit CompoundStmt(EmptyShell Empty) function in class:clang::CompoundStmt
528 static bool classof(const CompoundStmt *) { return true; }
1501 CompoundStmt *getBlock() const { return llvm::cast<CompoundStmt>(Children[BLOCK]); }
1538 CompoundStmt *getBloc
[all...]

Completed in 87 milliseconds