/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 207 // AttributedStmt in AttributedStmt::CreateEmpty, since it is needed in VisitAttributedStmt() 3040 S = CompoundStmt::CreateEmpty(Context, NumStmts, HasFPFeatures); in ReadStmtFromStream() 3045 S = CaseStmt::CreateEmpty( in ReadStmtFromStream() 3059 S = AttributedStmt::CreateEmpty( in ReadStmtFromStream() 3069 S = IfStmt::CreateEmpty(Context, HasElse, HasVar, HasInit); in ReadStmtFromStream() 3074 S = SwitchStmt::CreateEmpty( in ReadStmtFromStream() 3081 S = WhileStmt::CreateEmpty( in ReadStmtFromStream() 3111 S = ReturnStmt::CreateEmpty( in ReadStmtFromStream() 3137 S = ConstantExpr::CreateEmpty( in ReadStmtFromStream() 3143 S = SYCLUniqueStableNameExpr::CreateEmpty(Contex in ReadStmtFromStream() [all...] |
H A D | ASTReader.cpp | 10979 C = OMPSizesClause::CreateEmpty(Context, NumSizes); in VisitOMPFirstprivateClause() 10984 C = OMPPermutationClause::CreateEmpty(Context, NumLoops); in VisitOMPFirstprivateClause() 10988 C = OMPFullClause::CreateEmpty(Context); in VisitOMPFirstprivateClause() 10991 C = OMPPartialClause::CreateEmpty(Context); in VisitOMPFirstprivateClause() 11009 C = OMPOrderedClause::CreateEmpty(Context, Record.readInt()); in VisitOMPLastprivateClause() 11027 C = OMPUpdateClause::CreateEmpty(Context, Record.readInt()); in VisitOMPSharedClause() 11046 C = OMPAbsentClause::CreateEmpty(Context, NumKinds); in VisitOMPReductionClause() 11054 C = OMPContainsClause::CreateEmpty(Context, NumKinds); in VisitOMPReductionClause() 11112 C = OMPPrivateClause::CreateEmpty(Context, Record.readInt()); in VisitOMPTaskReductionClause() 11115 C = OMPFirstprivateClause::CreateEmpty(Contex in VisitOMPInReductionClause() [all...] |
/llvm-project/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 38 auto *Data = CreateEmpty(Mem, Clauses.size()); in Create() 45 auto *Data = CreateEmpty(Mem, Clauses.size(), S, NumChildren); in Create() 52 OMPChildren *OMPChildren::CreateEmpty(void *Mem, unsigned NumClauses, in CreateEmpty() function in OMPChildren 273 OMPMetaDirective *OMPMetaDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPMetaDirective 292 OMPParallelDirective *OMPParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelDirective 327 OMPSimdDirective *OMPSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSimdDirective 398 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C, in getPreInits() 420 OMPTileDirective *OMPTileDirective::CreateEmpty(const ASTContext &C, in Create() 443 OMPUnrollDirective *OMPUnrollDirective::CreateEmpty(const ASTContext &C, in Create() 461 OMPReverseDirective *OMPReverseDirective::CreateEmpty(cons in Create() 400 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPForDirective 422 OMPTileDirective *OMPTileDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPTileDirective 445 OMPUnrollDirective *OMPUnrollDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPUnrollDirective 487 OMPForSimdDirective *OMPForSimdDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPForSimdDirective 508 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPSectionsDirective 528 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPSectionDirective 544 OMPScopeDirective *OMPScopeDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPScopeDirective 561 OMPSingleDirective *OMPSingleDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPSingleDirective 577 OMPMasterDirective *OMPMasterDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPMasterDirective 592 OMPCriticalDirective *OMPCriticalDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPCriticalDirective 637 OMPParallelForDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, CreateEmpty() function in OMPParallelForDirective 680 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPParallelForSimdDirective 698 OMPParallelMasterDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPParallelMasterDirective 714 OMPParallelMaskedDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPParallelMaskedDirective 732 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPParallelSectionsDirective 748 OMPTaskDirective *OMPTaskDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPTaskDirective 761 OMPTaskyieldDirective *OMPTaskyieldDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPTaskyieldDirective 775 OMPErrorDirective *OMPErrorDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPErrorDirective 787 OMPBarrierDirective *OMPBarrierDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPBarrierDirective 801 OMPTaskwaitDirective *OMPTaskwaitDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPTaskwaitDirective 816 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPTaskgroupDirective 832 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) { CreateEmpty() function in OMPCancellationPointDirective 847 OMPCancelDirective *OMPCancelDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPCancelDirective 862 OMPFlushDirective *OMPFlushDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPFlushDirective 877 OMPDepobjDirective *OMPDepobjDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPDepobjDirective 892 OMPScanDirective *OMPScanDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPScanDirective 908 OMPOrderedDirective *OMPOrderedDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPOrderedDirective 935 OMPAtomicDirective *OMPAtomicDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPAtomicDirective 951 OMPTargetDirective *OMPTargetDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPTargetDirective 970 OMPTargetParallelDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPTargetParallelDirective 1014 OMPTargetParallelForDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPTargetParallelForDirective 1030 OMPTargetDataDirective *OMPTargetDataDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPTargetDataDirective 1045 OMPTargetEnterDataDirective::CreateEmpty(const ASTContext &C, unsigned N, CreateEmpty() function in OMPTargetEnterDataDirective 1059 OMPTargetExitDataDirective::CreateEmpty(const ASTContext &C, unsigned N, CreateEmpty() function in OMPTargetExitDataDirective 1074 OMPTeamsDirective *OMPTeamsDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPTeamsDirective 1116 OMPTaskLoopDirective *OMPTaskLoopDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPTaskLoopDirective 1161 OMPTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, CreateEmpty() function in OMPTaskLoopSimdDirective 1205 OMPMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPMasterTaskLoopDirective 1250 OMPMaskedTaskLoopDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPMaskedTaskLoopDirective 1294 OMPMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPMasterTaskLoopSimdDirective 1338 OMPMaskedTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPMaskedTaskLoopSimdDirective 1383 OMPParallelMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPParallelMasterTaskLoopDirective 1430 OMPParallelMaskedTaskLoopDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPParallelMaskedTaskLoopDirective 1477 OMPParallelMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPParallelMasterTaskLoopSimdDirective 1524 OMPParallelMaskedTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPParallelMaskedTaskLoopSimdDirective 1571 OMPDistributeDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, CreateEmpty() function in OMPDistributeDirective 1587 OMPTargetUpdateDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, CreateEmpty() function in OMPTargetUpdateDirective 1644 OMPDistributeParallelForDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPDistributeParallelForDirective 1704 OMPDistributeParallelForSimdDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPDistributeParallelForSimdDirective 1750 OMPDistributeSimdDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPDistributeSimdDirective 1794 OMPTargetParallelForSimdDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPTargetParallelForSimdDirective 1833 OMPTargetSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, CreateEmpty() function in OMPTargetSimdDirective 1876 OMPTeamsDistributeDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPTeamsDistributeDirective 1919 OMPTeamsDistributeSimdDirective *OMPTeamsDistributeSimdDirective::CreateEmpty( CreateEmpty() function in OMPTeamsDistributeSimdDirective 1977 OMPTeamsDistributeParallelForSimdDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPTeamsDistributeParallelForSimdDirective 2039 OMPTeamsDistributeParallelForDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPTeamsDistributeParallelForDirective 2058 OMPTargetTeamsDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, CreateEmpty() function in OMPTargetTeamsDirective 2100 OMPTargetTeamsDistributeDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPTargetTeamsDistributeDirective 2163 OMPTargetTeamsDistributeParallelForDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPTargetTeamsDistributeParallelForDirective 2225 OMPTargetTeamsDistributeParallelForSimdDirective::CreateEmpty( CreateEmpty() function in OMPTargetTeamsDistributeParallelForSimdDirective 2272 OMPTargetTeamsDistributeSimdDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPTargetTeamsDistributeSimdDirective 2291 OMPInteropDirective *OMPInteropDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPInteropDirective 2307 OMPDispatchDirective *OMPDispatchDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPDispatchDirective 2325 OMPMaskedDirective *OMPMaskedDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPMaskedDirective 2367 OMPGenericLoopDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, CreateEmpty() function in OMPGenericLoopDirective 2423 OMPTeamsGenericLoopDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPTeamsGenericLoopDirective 2481 OMPTargetTeamsGenericLoopDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPTargetTeamsGenericLoopDirective 2525 OMPParallelGenericLoopDirective *OMPParallelGenericLoopDirective::CreateEmpty( CreateEmpty() function in OMPParallelGenericLoopDirective 2570 OMPTargetParallelGenericLoopDirective::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPTargetParallelGenericLoopDirective [all...] |
H A D | OpenMPClause.cpp | 357 OMPOrderedClause *OMPOrderedClause::CreateEmpty(const ASTContext &C, 414 OMPUpdateClause *OMPUpdateClause::CreateEmpty(const ASTContext &C, 445 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C, 478 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C, 530 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C, 548 OMPSharedClause *OMPSharedClause::CreateEmpty(const ASTContext &C, unsigned N) { 616 OMPLinearClause *OMPLinearClause::CreateEmpty(const ASTContext &C, 643 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C, 692 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C, unsigned N) { 733 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(cons in Create() 358 OMPOrderedClause *OMPOrderedClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPOrderedClause 415 OMPUpdateClause *OMPUpdateClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPUpdateClause 446 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPPrivateClause 479 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPFirstprivateClause 531 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPLastprivateClause 549 OMPSharedClause *OMPSharedClause::CreateEmpty(const ASTContext &C, unsigned N) { CreateEmpty() function in OMPSharedClause 617 OMPLinearClause *OMPLinearClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPLinearClause 644 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPAlignedClause 693 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C, unsigned N) { CreateEmpty() function in OMPCopyinClause 734 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPCopyprivateClause 830 OMPReductionClause::CreateEmpty(const ASTContext &C, unsigned N, CreateEmpty() function in OMPReductionClause 886 OMPTaskReductionClause *OMPTaskReductionClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPTaskReductionClause 949 OMPInReductionClause *OMPInReductionClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPInReductionClause 968 OMPSizesClause *OMPSizesClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPSizesClause 983 OMPFullClause *OMPFullClause::CreateEmpty(const ASTContext &C) { CreateEmpty() function in OMPFullClause 1000 OMPPartialClause *OMPPartialClause::CreateEmpty(const ASTContext &C) { CreateEmpty() function in OMPPartialClause 1017 OMPAllocateClause *OMPAllocateClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPAllocateClause 1035 OMPFlushClause *OMPFlushClause::CreateEmpty(const ASTContext &C, unsigned N) { CreateEmpty() function in OMPFlushClause 1050 OMPDepobjClause *OMPDepobjClause::CreateEmpty(const ASTContext &C) { CreateEmpty() function in OMPDepobjClause 1075 OMPDependClause *OMPDependClause::CreateEmpty(const ASTContext &C, unsigned N, CreateEmpty() function in OMPDependClause 1184 OMPMapClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPMapClause 1236 OMPToClause *OMPToClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPToClause 1288 OMPFromClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPFromClause 1349 OMPUseDevicePtrClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPUseDevicePtrClause 1396 OMPUseDeviceAddrClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPUseDeviceAddrClause 1443 OMPIsDevicePtrClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPIsDevicePtrClause 1490 OMPHasDeviceAddrClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPHasDeviceAddrClause 1514 OMPNontemporalClause *OMPNontemporalClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPNontemporalClause 1538 OMPInclusiveClause *OMPInclusiveClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPInclusiveClause 1556 OMPExclusiveClause *OMPExclusiveClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPExclusiveClause 1619 OMPUsesAllocatorsClause::CreateEmpty(const ASTContext &C, unsigned N) { CreateEmpty() function in OMPUsesAllocatorsClause 1639 OMPAffinityClause *OMPAffinityClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPAffinityClause 1662 OMPInitClause *OMPInitClause::CreateEmpty(const ASTContext &C, unsigned N) { CreateEmpty() function in OMPInitClause 1674 OMPBindClause *OMPBindClause::CreateEmpty(const ASTContext &C) { CreateEmpty() function in OMPBindClause 1697 OMPDoacrossClause *OMPDoacrossClause::CreateEmpty(const ASTContext &C, CreateEmpty() function in OMPDoacrossClause [all...] |
H A D | ExprCXX.cpp | 314 CXXNewExpr *CXXNewExpr::CreateEmpty(const ASTContext &Ctx, bool IsArray, 454 UnresolvedLookupExpr *UnresolvedLookupExpr::CreateEmpty( in CreateEmpty() 546 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() 626 CXXOperatorCallExpr *CXXOperatorCallExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() 691 CXXMemberCallExpr *CXXMemberCallExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() 778 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() 806 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() 870 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() 884 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) { in CreateEmpty() 897 CXXAddrspaceCastExpr *CXXAddrspaceCastExpr::CreateEmpty(cons in CreateEmpty() 315 CXXNewExpr *CXXNewExpr::CreateEmpty(const ASTContext &Ctx, bool IsArray, CreateEmpty() function in CXXNewExpr 452 UnresolvedLookupExpr *UnresolvedLookupExpr::CreateEmpty( CreateEmpty() function in UnresolvedLookupExpr 544 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &Context, CreateEmpty() function in DependentScopeDeclRefExpr 624 CXXOperatorCallExpr *CXXOperatorCallExpr::CreateEmpty(const ASTContext &Ctx, CreateEmpty() function in CXXOperatorCallExpr 689 CXXMemberCallExpr *CXXMemberCallExpr::CreateEmpty(const ASTContext &Ctx, CreateEmpty() function in CXXMemberCallExpr 776 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C, CreateEmpty() function in CXXStaticCastExpr 804 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(const ASTContext &C, CreateEmpty() function in CXXDynamicCastExpr 868 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { CreateEmpty() function in CXXReinterpretCastExpr 882 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) { CreateEmpty() function in CXXConstCastExpr 895 CXXAddrspaceCastExpr *CXXAddrspaceCastExpr::CreateEmpty(const ASTContext &C) { CreateEmpty() function in CXXAddrspaceCastExpr 915 CXXFunctionalCastExpr *CXXFunctionalCastExpr::CreateEmpty(const ASTContext &C, CreateEmpty() function in CXXFunctionalCastExpr 963 UserDefinedLiteral *UserDefinedLiteral::CreateEmpty(const ASTContext &Ctx, CreateEmpty() function in UserDefinedLiteral 1009 CXXDefaultArgExpr *CXXDefaultArgExpr::CreateEmpty(const ASTContext &C, CreateEmpty() function in CXXDefaultArgExpr 1063 CXXDefaultInitExpr *CXXDefaultInitExpr::CreateEmpty(const ASTContext &C, CreateEmpty() function in CXXDefaultInitExpr 1138 CXXTemporaryObjectExpr::CreateEmpty(const ASTContext &Ctx, unsigned NumArgs) { CreateEmpty() function in CXXTemporaryObjectExpr 1172 CXXConstructExpr *CXXConstructExpr::CreateEmpty(const ASTContext &Ctx, CreateEmpty() function in CXXConstructExpr 1479 CXXUnresolvedConstructExpr::CreateEmpty(const ASTContext &Context, CreateEmpty() function in CXXUnresolvedConstructExpr 1552 CXXDependentScopeMemberExpr *CXXDependentScopeMemberExpr::CreateEmpty( CreateEmpty() function in CXXDependentScopeMemberExpr 1572 CXXThisExpr *CXXThisExpr::CreateEmpty(const ASTContext &Ctx) { CreateEmpty() function in CXXThisExpr 1652 UnresolvedMemberExpr *UnresolvedMemberExpr::CreateEmpty( CreateEmpty() function in UnresolvedMemberExpr 1802 FunctionParmPackExpr::CreateEmpty(const ASTContext &Context, CreateEmpty() function in FunctionParmPackExpr 1918 CUDAKernelCallExpr *CUDAKernelCallExpr::CreateEmpty(const ASTContext &Ctx, CreateEmpty() function in CUDAKernelCallExpr 1940 CXXParenListInitExpr *CXXParenListInitExpr::CreateEmpty(ASTContext &C, CreateEmpty() function in CXXParenListInitExpr [all...] |
H A D | StmtOpenACC.cpp | 19 OpenACCComputeConstruct::CreateEmpty(const ASTContext &C, unsigned NumClauses) { 71 OpenACCLoopConstruct *OpenACCLoopConstruct::CreateEmpty(const ASTContext &C, in OpenACCLoopConstruct() 93 OpenACCCombinedConstruct::CreateEmpty(const ASTContext &C, in OpenACCLoopConstruct() 114 OpenACCDataConstruct *OpenACCDataConstruct::CreateEmpty(const ASTContext &C, 137 OpenACCEnterDataConstruct::CreateEmpty(const ASTContext &C, 158 OpenACCExitDataConstruct::CreateEmpty(const ASTContext &C, 179 OpenACCHostDataConstruct::CreateEmpty(const ASTContext &C, 200 OpenACCWaitConstruct *OpenACCWaitConstruct::CreateEmpty(const ASTContext &C, 228 OpenACCInitConstruct *OpenACCInitConstruct::CreateEmpty(const ASTContext &C, 249 OpenACCShutdownConstruct::CreateEmpty(cons 20 OpenACCComputeConstruct::CreateEmpty(const ASTContext &C, unsigned NumClauses) { CreateEmpty() function in OpenACCComputeConstruct 105 OpenACCLoopConstruct *OpenACCLoopConstruct::CreateEmpty(const ASTContext &C, CreateEmpty() function in OpenACCLoopConstruct [all...] |
H A D | ExprObjC.cpp | 45 ObjCArrayLiteral *ObjCArrayLiteral::CreateEmpty(const ASTContext &C, in Create() 86 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, 230 ObjCMessageExpr *ObjCMessageExpr::CreateEmpty(const ASTContext &Context, in Create() 47 ObjCArrayLiteral *ObjCArrayLiteral::CreateEmpty(const ASTContext &C, CreateEmpty() function in ObjCArrayLiteral 88 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, CreateEmpty() function in ObjCDictionaryLiteral 232 ObjCMessageExpr *ObjCMessageExpr::CreateEmpty(const ASTContext &Context, CreateEmpty() function in ObjCMessageExpr
|
H A D | StmtObjC.cpp | 56 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCAtTryStmt
|
H A D | Stmt.cpp | 401 CompoundStmt *CompoundStmt::CreateEmpty(const ASTContext &C, unsigned NumStmts, in CreateEmpty() 442 AttributedStmt *AttributedStmt::CreateEmpty(const ASTContext &C, in generateAsmString() 981 IfStmt *IfStmt::CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, 1100 SwitchStmt *SwitchStmt::CreateEmpty(const ASTContext &Ctx, bool HasInit, in getConditionVariable() 1162 WhileStmt *WhileStmt::CreateEmpty(const ASTContext &Ctx, bool HasVar) { in getConditionVariable() 1220 ReturnStmt *ReturnStmt::CreateEmpty(const ASTContext &Ctx, in Create() 1239 CaseStmt *CaseStmt::CreateEmpty(const ASTContext &Ctx, 393 CompoundStmt *CompoundStmt::CreateEmpty(const ASTContext &C, unsigned NumStmts, CreateEmpty() function in CompoundStmt 434 AttributedStmt *AttributedStmt::CreateEmpty(const ASTContext &C, CreateEmpty() function in AttributedStmt 973 IfStmt *IfStmt::CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, CreateEmpty() function in IfStmt 1092 SwitchStmt *SwitchStmt::CreateEmpty(const ASTContext &Ctx, bool HasInit, CreateEmpty() function in SwitchStmt 1154 WhileStmt *WhileStmt::CreateEmpty(const ASTContext &Ctx, bool HasVar) { CreateEmpty() function in WhileStmt 1212 ReturnStmt *ReturnStmt::CreateEmpty(const ASTContext &Ctx, CreateEmpty() function in ReturnStmt 1231 CaseStmt *CaseStmt::CreateEmpty(const ASTContext &Ctx, CreateEmpty() function in CaseStmt
|
H A D | Expr.cpp | 366 ConstantExpr *ConstantExpr::CreateEmpty(const ASTContext &Context, 528 DeclRefExpr *DeclRefExpr::CreateEmpty(const ASTContext &Context, 586 SYCLUniqueStableNameExpr::CreateEmpty(const ASTContext &Ctx) { 646 PredefinedExpr *PredefinedExpr::CreateEmpty(const ASTContext &Ctx, 1204 StringLiteral *StringLiteral::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() 1522 CallExpr *CallExpr::CreateEmpty(const ASTContext &Ctx, unsigned NumArgs, in CreateEmpty() 1684 OffsetOfExpr *OffsetOfExpr::CreateEmpty(const ASTContext &C, in OffsetOfExpr() 1790 MemberExpr *MemberExpr::CreateEmpty(const ASTContext &Context, 2110 ImplicitCastExpr *ImplicitCastExpr::CreateEmpty(const ASTContext &C, in Create() 2137 CStyleCastExpr *CStyleCastExpr::CreateEmpty(cons in getOpcodeStr() 367 ConstantExpr *ConstantExpr::CreateEmpty(const ASTContext &Context, CreateEmpty() function in ConstantExpr 529 DeclRefExpr *DeclRefExpr::CreateEmpty(const ASTContext &Context, CreateEmpty() function in DeclRefExpr 587 SYCLUniqueStableNameExpr::CreateEmpty(const ASTContext &Ctx) { CreateEmpty() function in SYCLUniqueStableNameExpr 647 PredefinedExpr *PredefinedExpr::CreateEmpty(const ASTContext &Ctx, CreateEmpty() function in PredefinedExpr 1202 StringLiteral *StringLiteral::CreateEmpty(const ASTContext &Ctx, CreateEmpty() function in StringLiteral 1518 CallExpr *CallExpr::CreateEmpty(const ASTContext &Ctx, unsigned NumArgs, CreateEmpty() function in CallExpr 1670 OffsetOfExpr *OffsetOfExpr::CreateEmpty(const ASTContext &C, CreateEmpty() function in OffsetOfExpr 1776 MemberExpr *MemberExpr::CreateEmpty(const ASTContext &Context, CreateEmpty() function in MemberExpr 2096 ImplicitCastExpr *ImplicitCastExpr::CreateEmpty(const ASTContext &C, CreateEmpty() function in ImplicitCastExpr 2123 CStyleCastExpr *CStyleCastExpr::CreateEmpty(const ASTContext &C, CreateEmpty() function in CStyleCastExpr 4551 GenericSelectionExpr::CreateEmpty(const ASTContext &Context, CreateEmpty() function in GenericSelectionExpr 4617 DesignatedInitExpr *DesignatedInitExpr::CreateEmpty(const ASTContext &C, CreateEmpty() function in DesignatedInitExpr 4755 ParenListExpr *ParenListExpr::CreateEmpty(const ASTContext &Ctx, CreateEmpty() function in ParenListExpr 4796 BinaryOperator *BinaryOperator::CreateEmpty(const ASTContext &C, CreateEmpty() function in BinaryOperator 4818 CompoundAssignOperator::CreateEmpty(const ASTContext &C, bool HasFPFeatures) { CreateEmpty() function in CompoundAssignOperator 4840 UnaryOperator *UnaryOperator::CreateEmpty(const ASTContext &C, CreateEmpty() function in UnaryOperator 5136 RecoveryExpr *RecoveryExpr::CreateEmpty(ASTContext &Ctx, unsigned NumSubExprs) { CreateEmpty() function in RecoveryExpr 5181 OMPArrayShapingExpr *OMPArrayShapingExpr::CreateEmpty(const ASTContext &Context, CreateEmpty() function in OMPArrayShapingExpr 5312 OMPIteratorExpr *OMPIteratorExpr::CreateEmpty(const ASTContext &Context, CreateEmpty() function in OMPIteratorExpr [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 325 OMPChildren::CreateEmpty(reinterpret_cast<T *>(Mem) + 1, NumClauses, 341 OMPChildren::CreateEmpty(reinterpret_cast<T *>(Mem) + 1, NumClauses, 662 static OMPParallelDirective *CreateEmpty(const ASTContext &C, 1617 static OMPSimdDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses, 1695 static OMPForDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses, 1769 static OMPForSimdDirective *CreateEmpty(const ASTContext &C, 1839 static OMPSectionsDirective *CreateEmpty(const ASTContext &C, 1905 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell); 1961 static OMPScopeDirective *CreateEmpty(const ASTContext &C, 2014 static OMPSingleDirective *CreateEmpty(cons [all...] |
H A D | ExprCXX.h | 106 static CXXOperatorCallExpr *CreateEmpty(const ASTContext &Ctx, 193 static CXXMemberCallExpr *CreateEmpty(const ASTContext &Ctx, unsigned NumArgs, 253 static CUDAKernelCallExpr *CreateEmpty(const ASTContext &Ctx, 463 static CXXStaticCastExpr *CreateEmpty(const ASTContext &Context, 502 static CXXDynamicCastExpr *CreateEmpty(const ASTContext &Context, 546 static CXXReinterpretCastExpr *CreateEmpty(const ASTContext &Context, 584 static CXXConstCastExpr *CreateEmpty(const ASTContext &Context); 621 static CXXAddrspaceCastExpr *CreateEmpty(const ASTContext &Context); 660 static UserDefinedLiteral *CreateEmpty(const ASTContext &Ctx, 1167 static CXXThisExpr *CreateEmpty(cons [all...] |
H A D | StmtOpenACC.h | 176 static OpenACCComputeConstruct *CreateEmpty(const ASTContext &C, 219 static OpenACCLoopConstruct *CreateEmpty(const ASTContext &C, 287 static OpenACCCombinedConstruct *CreateEmpty(const ASTContext &C, 337 static OpenACCDataConstruct *CreateEmpty(const ASTContext &C, 381 static OpenACCEnterDataConstruct *CreateEmpty(const ASTContext &C, 419 static OpenACCExitDataConstruct *CreateEmpty(const ASTContext &C, 461 static OpenACCHostDataConstruct *CreateEmpty(const ASTContext &C, 564 CreateEmpty(const ASTContext &C, unsigned NumExprs, unsigned NumClauses); 628 static OpenACCInitConstruct *CreateEmpty(const ASTContext &C, 668 static OpenACCShutdownConstruct *CreateEmpty(cons [all...] |
H A D | OpenMPClause.h | 651 static OMPAllocateClause *CreateEmpty(const ASTContext &C, unsigned N); in OMPFinalClause() 974 static OMPSizesClause *CreateEmpty(const ASTContext &C, unsigned NumSizes); 1078 static OMPPermutationClause *CreateEmpty(const ASTContext &C, in classof() 1151 static OMPFullClause *CreateEmpty(const ASTContext &C); in used_children() 1194 static OMPPartialClause *CreateEmpty(const ASTContext &C); 2133 static OMPOrderedClause* CreateEmpty(const ASTContext &C, unsigned NumLoops); in setArgumentLoc() 2306 static OMPAbsentClause *CreateEmpty(const ASTContext &C, unsigned NumKinds); in classof() 2349 static OMPContainsClause *CreateEmpty(const ASTContext &C, unsigned NumKinds); in classof() 2618 static OMPUpdateClause *CreateEmpty(const ASTContext &C, bool IsExtended); in used_children() 3136 static OMPPrivateClause *CreateEmpty(cons [all...] |
H A D | ExprOpenMP.h | 65 static OMPArrayShapingExpr *CreateEmpty(const ASTContext &Context, 239 static OMPIteratorExpr *CreateEmpty(const ASTContext &Context,
|
H A D | Expr.h | 1120 static ConstantExpr *CreateEmpty(const ASTContext &Context, 1328 static DeclRefExpr *CreateEmpty(const ASTContext &Context, bool HasQualifier, 1851 static StringLiteral *CreateEmpty(const ASTContext &Ctx, 2023 static PredefinedExpr *CreateEmpty(const ASTContext &Ctx, 2091 static OpenACCAsteriskSizeExpr *CreateEmpty(const ASTContext &C); in setLocation() 2139 static SYCLUniqueStableNameExpr *CreateEmpty(const ASTContext &Ctx); in ParenExpr() 2265 static UnaryOperator *CreateEmpty(const ASTContext &C, bool hasFPFeatures); 2548 static OffsetOfExpr *CreateEmpty(const ASTContext &C, in getNumExpressions() 3021 static CallExpr *CreateEmpty(const ASTContext &Ctx, unsigned NumArgs, in getArg() 3307 static MemberExpr *CreateEmpty(cons in getLAngleLoc() [all...] |
H A D | Stmt.h | 1669 static CompoundStmt *CreateEmpty(const ASTContext &C, unsigned NumStmts, 1890 static CaseStmt *CreateEmpty(const ASTContext &Ctx, bool CaseStmtIsGNURange); 2138 static AttributedStmt *CreateEmpty(const ASTContext &C, unsigned NumAttrs); 2230 static IfStmt *CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, 2469 static SwitchStmt *CreateEmpty(const ASTContext &Ctx, bool HasInit, 2658 static WhileStmt *CreateEmpty(const ASTContext &Ctx, bool HasVar); 3075 static ReturnStmt *CreateEmpty(const ASTContext &Ctx, bool HasNRVOCandidate);
|
H A D | ExprObjC.h | 212 static ObjCArrayLiteral *CreateEmpty(const ASTContext &C, 354 static ObjCDictionaryLiteral *CreateEmpty(const ASTContext &C, 1219 static ObjCMessageExpr *CreateEmpty(const ASTContext &Context,
|
H A D | StmtObjC.h | 205 static ObjCAtTryStmt *CreateEmpty(const ASTContext &Context,
|
H A D | DeclOpenMP.h | 67 Inst->Data = OMPChildren::CreateEmpty( in createEmptyDirective()
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDeclCXX.cpp | 1091 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalInitFunc() 1151 auto NL = ApplyDebugLocation::CreateEmpty(*this); in generateDestroyHelper()
|
H A D | CGDebugInfo.h | 915 static ApplyDebugLocation CreateEmpty(CodeGenFunction &CGF) { 909 static ApplyDebugLocation CreateEmpty(CodeGenFunction &CGF) { CreateEmpty() function
|
H A D | CGVTables.cpp | 281 auto NL = ApplyDebugLocation::CreateEmpty(*this); in StartThunk()
|
H A D | CGStmt.cpp | 964 auto NL = ApplyDebugLocation::CreateEmpty(*this); 976 auto NL = ApplyDebugLocation::CreateEmpty(*this); in hasEmptyLoopBody()
|
H A D | CGBlocks.cpp | 1511 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateBlockFunction()
|