Home
last modified time | relevance | path

Searched refs:setBody (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp433 ST->setBody(ETypes, isPacked); in get()
537 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() function in StructType
636 ST->setBody(Elements, isPacked); in create()
H A DCore.cpp818 unwrap<StructType>(StructTy)->setBody(Tys, Packed != 0); in LLVMStructSetBody()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2590 void setBody(Stmt *Body) { getTrailingObjects()[bodyOffset()] = Body; }
2654 void setBody(Stmt *S, SourceLocation SL) {
2655 setBody(S);
2767 void setBody(Stmt *Body) { getTrailingObjects()[bodyOffset()] = Body; }
2846 setBody(Body);
2862 void setBody(Stmt *Body) { SubExprs[BODY] = Body; }
2945 void setBody(Stmt *S) { SubExprs[BODY] = S; }
H A DStmtObjC.h50 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody() function
H A DStmtCXX.h200 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody() function
H A DDecl.h2310 void setBody(Stmt *B);
4660 void setBody(CompoundStmt *B) { Body = (Stmt*) B; } in setBody() function
4812 void setBody(Stmt *B);
4885 void setBody(Stmt *B);
H A DDeclObjC.h531 void setBody(Stmt *B) { Body = B; } in setBody() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp452 OFD->setBody(OFDBody); in BuildSYCLKernelCallStmt()
H A DHLSLBuiltinTypeDeclBuilder.cpp513 Method->setBody(CompoundStmt::Create(AST, StmtsList, FPOptionsOverride(), in finalize()
H A DSemaStmt.cpp1326 SS->setBody(BodyStmt, SwitchLoc); in ActOnFinishSwitchStmt()
3223 ForStmt->setBody(B); in FinishCXXForRangeStmt()
4745 CD->setBody(Res->getCapturedStmt()); in ActOnCapturedRegionEnd()
H A DSemaDeclCXX.cpp9245 FD->setBody(Body.get()); in DefineDefaultedComparison()
14216 Constructor->setBody(new (Context) CompoundStmt(Loc)); in DefineImplicitDefaultConstructor()
14397 Constructor->setBody(new (Context) CompoundStmt(InitLoc)); in DefineInheritingConstructor()
14508 Destructor->setBody(new (Context) CompoundStmt(Loc)); in DefineImplicitDestructor()
15382 CopyAssignOperator->setBody(Body.getAs<Stmt>()); in DefineImplicitCopyAssignment()
15774 MoveAssignOperator->setBody(Body.getAs<Stmt>()); in DefineImplicitMoveAssignment()
15922 CopyConstructor->setBody( in DefineImplicitCopyConstructor()
16053 MoveConstructor->setBody( in DefineImplicitMoveConstructor()
16116 Invoker->setBody(new (Context) CompoundStmt(Conv->getLocation())); in DefineImplicitLambdaToFunctionPointerConversion()
16124 Conv->setBody(CompoundStmt::Create(Context, Return, FPOptionsOverride(), in DefineImplicitLambdaToFunctionPointerConversion()
[all …]
H A DSemaObjC.cpp198 ForStmt->setBody(B); in FinishObjCForCollectionStmt()
H A DSemaLambda.cpp2404 Block->setBody(new (Context) CompoundStmt(ConvLocation)); in BuildBlockForLambdaConversion()
H A DSemaDecl.cpp16297 FD->setBody(Body); in ActOnFinishFunctionBody()
16540 MD->setBody(Body); in ActOnFinishFunctionBody()
H A DSemaExpr.cpp16517 BD->setBody(cast<CompoundStmt>(Body)); in ActOnBlockStmtExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp251 S->setBody(Record.readSubStmt()); in VisitSwitchStmt()
279 S->setBody(Record.readSubStmt()); in VisitWhileStmt()
291 S->setBody(Record.readSubStmt()); in VisitDoStmt()
303 S->setBody(Record.readSubStmt()); in VisitForStmt()
516 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()
1621 S->setBody(Record.readSubStmt()); in VisitObjCForCollectionStmt()
1721 S->setBody(Record.readSubStmt()); in VisitCXXForRangeStmt()
H A DASTReaderDecl.cpp1776 BD->setBody(cast_or_null<CompoundStmt>(Record.readStmt())); in VisitBlockDecl()
1813 D->setBody(cast_or_null<Stmt>(Record.readStmt())); in VisitOutlinedFunctionDecl()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h341 LLVM_ABI void setBody(ArrayRef<Type *> Elements, bool isPacked = false);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1109 setBody(nullptr); in SwitchStmt()
1173 setBody(Body); in WhileStmt()
H A DDecl.cpp3279 void FunctionDecl::setBody(Stmt *B) { in setBody() function in FunctionDecl
5558 void OutlinedFunctionDecl::setBody(Stmt *B) { BodyAndNothrow.setPointer(B); } in setBody() function in OutlinedFunctionDecl
5582 void CapturedDecl::setBody(Stmt *B) { BodyAndNothrow.setPointer(B); } in setBody() function in CapturedDecl
H A DASTImporter.cpp3730 ToFD->setBody(*ToBodyOrErr); in ImportFunctionDeclBody()
7308 ToStmt->setBody(ToBody); in VisitSwitchStmt()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp1104 Ty->setBody(Builder.FieldTypes, Builder.Packed); in ComputeRecordLayout()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4782 FD->setBody(Body); in HandleDeclInMainFile()
4803 MD->setBody(Body); in HandleDeclInMainFile()
H A DRewriteModernObjC.cpp5666 FD->setBody(Body); in HandleDeclInMainFile()
5687 MD->setBody(Body); in HandleDeclInMainFile()
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp1949 if (llvmStruct.setBody(llvmMembers, type.getPacked()).failed()) in prepareTypeConverter()

12