Searched defs:setBody (Results 1 – 7 of 7) sorted by relevance
182 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody() function
51 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody() function
984 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody() function993 void setBody(Stmt *S, SourceLocation SL) { in setBody() function1067 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody() function1112 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody() function1185 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody() function
3405 void setBody(CompoundStmt *B) { Body = (Stmt*) B; } in setBody() function3542 void setBody(Stmt *B) { BodyAndNothrow.setPointer(B); } in setBody() function
485 void setBody(Stmt *B) { Body = B; } in setBody() function
422 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() function in StructType588 void StructType::setBody(Type *type, ...) { in setBody() function in StructType
2345 void FunctionDecl::setBody(Stmt *B) { in setBody() function in FunctionDecl