Home | History | Annotate | Download | only in Sema

Lines Matching refs:CompoundStmt

1051     CompoundStmt *CompStmt = cast<CompoundStmt>(S);
1153 CompoundStmt *CompBody = cast<CompoundStmt>(Body);
8968 Constructor->setBody(new (Context) CompoundStmt(Loc));
9303 Constructor->setBody(new (Context) CompoundStmt(Loc));
9443 Destructor->setBody(new (Context) CompoundStmt(Loc));
11202 Conv->setBody(new (Context) CompoundStmt(Context, Return,
11213 Invoker->setBody(new (Context) CompoundStmt(Conv->getLocation()));
11268 Conv->setBody(new (Context) CompoundStmt(Context, ReturnS,