Lines Matching refs:setBody
9066 FD->setBody(Body.get());
13925 Constructor->setBody(new (Context) CompoundStmt(Loc));
14106 Constructor->setBody(new (Context) CompoundStmt(InitLoc));
14217 Destructor->setBody(new (Context) CompoundStmt(Loc));
15093 CopyAssignOperator->setBody(Body.getAs<Stmt>());
15483 MoveAssignOperator->setBody(Body.getAs<Stmt>());
15631 CopyConstructor->setBody(
15763 MoveConstructor->setBody(
15827 Invoker->setBody(new (Context) CompoundStmt(Conv->getLocation()));
15835 Conv->setBody(CompoundStmt::Create(Context, Return, FPOptionsOverride(),
15887 Conv->setBody(CompoundStmt::Create(Context, ReturnS, FPOptionsOverride(),