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

/external/clang/lib/AST/
H A DStmt.cpp124 else if (auto CS = dyn_cast_or_null<CompoundStmt>(S)) {
282 CompoundStmt::CompoundStmt(const ASTContext &C, ArrayRef<Stmt*> Stmts, function in class:CompoundStmt
298 void CompoundStmt::setStmts(const ASTContext &C, ArrayRef<Stmt *> Stmts) {
/external/clang/include/clang/AST/
H A DStmt.h90 friend class CompoundStmt;
427 /// expressions. For example, CompoundStmt mixes statements, expressions
537 /// CompoundStmt - This represents a group of statements like { stmt stmt }.
539 class CompoundStmt : public Stmt { class in namespace:clang
546 CompoundStmt(const ASTContext &C, ArrayRef<Stmt*> Stmts,
550 explicit CompoundStmt(SourceLocation Loc) function in class:clang::CompoundStmt
556 explicit CompoundStmt(EmptyShell Empty) function in class:clang::CompoundStmt
1852 CompoundStmt *getBlock() const {
1853 return cast<CompoundStmt>(Children[BLOCK]);
1888 CompoundStmt *getBloc
[all...]
/external/clang/include/clang/Parse/
H A DParser.h1450 CompoundStmt, // Also allow '(' compound-statement ')' enumerator in enum:clang::Parser::ParenParseOption

Completed in 140 milliseconds