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

/external/clang/lib/AST/
H A DStmt.cpp255 CompoundStmt::CompoundStmt(ASTContext &C, ArrayRef<Stmt*> Stmts, function in class:CompoundStmt
271 void CompoundStmt::setStmts(ASTContext &C, Stmt **Stmts, unsigned NumStmts) {
/external/clang/include/clang/Parse/
H A DParser.h1250 CompoundStmt, // Also allow '(' compound-statement ')' enumerator in enum:clang::Parser::ParenParseOption
/external/clang/include/clang/AST/
H A DStmt.h131 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 { class in namespace:clang
552 CompoundStmt(ASTContext &C, ArrayRef<Stmt*> Stmts,
556 explicit CompoundStmt(SourceLocation Loc) function in class:clang::CompoundStmt
562 explicit CompoundStmt(EmptyShell Empty) function in class:clang::CompoundStmt
1787 CompoundStmt *getBlock() const {
1788 return cast<CompoundStmt>(Children[BLOCK]);
1823 CompoundStmt *getBloc
[all...]

Completed in 173 milliseconds