| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 433 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 D | Core.cpp | 818 unwrap<StructType>(StructTy)->setBody(Tys, Packed != 0); in LLVMStructSetBody()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Stmt.h | 2590 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 D | StmtObjC.h | 50 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody() function
|
| H A D | StmtCXX.h | 200 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody() function
|
| H A D | Decl.h | 2310 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 D | DeclObjC.h | 531 void setBody(Stmt *B) { Body = B; } in setBody() function
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaSYCL.cpp | 452 OFD->setBody(OFDBody); in BuildSYCLKernelCallStmt()
|
| H A D | HLSLBuiltinTypeDeclBuilder.cpp | 513 Method->setBody(CompoundStmt::Create(AST, StmtsList, FPOptionsOverride(), in finalize()
|
| H A D | SemaStmt.cpp | 1326 SS->setBody(BodyStmt, SwitchLoc); in ActOnFinishSwitchStmt() 3223 ForStmt->setBody(B); in FinishCXXForRangeStmt() 4745 CD->setBody(Res->getCapturedStmt()); in ActOnCapturedRegionEnd()
|
| H A D | SemaDeclCXX.cpp | 9245 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 D | SemaObjC.cpp | 198 ForStmt->setBody(B); in FinishObjCForCollectionStmt()
|
| H A D | SemaLambda.cpp | 2404 Block->setBody(new (Context) CompoundStmt(ConvLocation)); in BuildBlockForLambdaConversion()
|
| H A D | SemaDecl.cpp | 16297 FD->setBody(Body); in ActOnFinishFunctionBody() 16540 MD->setBody(Body); in ActOnFinishFunctionBody()
|
| H A D | SemaExpr.cpp | 16517 BD->setBody(cast<CompoundStmt>(Body)); in ActOnBlockStmtExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 251 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 D | ASTReaderDecl.cpp | 1776 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 D | DerivedTypes.h | 341 LLVM_ABI void setBody(ArrayRef<Type *> Elements, bool isPacked = false);
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Stmt.cpp | 1109 setBody(nullptr); in SwitchStmt() 1173 setBody(Body); in WhileStmt()
|
| H A D | Decl.cpp | 3279 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 D | ASTImporter.cpp | 3730 ToFD->setBody(*ToBodyOrErr); in ImportFunctionDeclBody() 7308 ToStmt->setBody(ToBody); in VisitSwitchStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGRecordLayoutBuilder.cpp | 1104 Ty->setBody(Builder.FieldTypes, Builder.Packed); in ComputeRecordLayout()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4782 FD->setBody(Body); in HandleDeclInMainFile() 4803 MD->setBody(Body); in HandleDeclInMainFile()
|
| H A D | RewriteModernObjC.cpp | 5666 FD->setBody(Body); in HandleDeclInMainFile() 5687 MD->setBody(Body); in HandleDeclInMainFile()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/ |
| H A D | LowerToLLVM.cpp | 1949 if (llvmStruct.setBody(llvmMembers, type.getPacked()).failed()) in prepareTypeConverter()
|