Lines Matching refs:CreateEmpty

2938       S = CompoundStmt::CreateEmpty(Context, NumStmts, HasFPFeatures);  in ReadStmtFromStream()
2943 S = CaseStmt::CreateEmpty( in ReadStmtFromStream()
2957 S = AttributedStmt::CreateEmpty( in ReadStmtFromStream()
2967 S = IfStmt::CreateEmpty(Context, HasElse, HasVar, HasInit); in ReadStmtFromStream()
2972 S = SwitchStmt::CreateEmpty( in ReadStmtFromStream()
2979 S = WhileStmt::CreateEmpty( in ReadStmtFromStream()
3009 S = ReturnStmt::CreateEmpty( in ReadStmtFromStream()
3031 S = ConstantExpr::CreateEmpty( in ReadStmtFromStream()
3037 S = SYCLUniqueStableNameExpr::CreateEmpty(Context); in ReadStmtFromStream()
3041 S = PredefinedExpr::CreateEmpty( in ReadStmtFromStream()
3055 S = DeclRefExpr::CreateEmpty(Context, HasQualifier, HasFoundDecl, in ReadStmtFromStream()
3077 S = StringLiteral::CreateEmpty( in ReadStmtFromStream()
3093 S = ParenListExpr::CreateEmpty( in ReadStmtFromStream()
3102 S = UnaryOperator::CreateEmpty(Context, HasFPFeatures); in ReadStmtFromStream()
3107 S = OffsetOfExpr::CreateEmpty(Context, in ReadStmtFromStream()
3129 S = OMPArrayShapingExpr::CreateEmpty( in ReadStmtFromStream()
3134 S = OMPIteratorExpr::CreateEmpty(Context, in ReadStmtFromStream()
3143 S = CallExpr::CreateEmpty(Context, NumArgs, HasFPFeatures, Empty); in ReadStmtFromStream()
3148 S = RecoveryExpr::CreateEmpty( in ReadStmtFromStream()
3158 S = MemberExpr::CreateEmpty(Context, HasQualifier, HasFoundDecl, in ReadStmtFromStream()
3167 S = BinaryOperator::CreateEmpty(Context, HasFPFeatures); in ReadStmtFromStream()
3175 S = CompoundAssignOperator::CreateEmpty(Context, HasFPFeatures); in ReadStmtFromStream()
3192 S = ImplicitCastExpr::CreateEmpty(Context, PathSize, HasFPFeatures); in ReadStmtFromStream()
3201 S = CStyleCastExpr::CreateEmpty(Context, PathSize, HasFPFeatures); in ReadStmtFromStream()
3218 S = DesignatedInitExpr::CreateEmpty(Context, in ReadStmtFromStream()
3284 S = GenericSelectionExpr::CreateEmpty( in ReadStmtFromStream()
3298 S = ObjCArrayLiteral::CreateEmpty(Context, in ReadStmtFromStream()
3303 S = ObjCDictionaryLiteral::CreateEmpty(Context, in ReadStmtFromStream()
3336 S = ObjCMessageExpr::CreateEmpty(Context, in ReadStmtFromStream()
3366 S = ObjCAtTryStmt::CreateEmpty(Context, in ReadStmtFromStream()
3432 S = OMPMetaDirective::CreateEmpty( in ReadStmtFromStream()
3438 OMPParallelDirective::CreateEmpty(Context, in ReadStmtFromStream()
3446 S = OMPSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3454 S = OMPTileDirective::CreateEmpty(Context, NumClauses, NumLoops); in ReadStmtFromStream()
3461 S = OMPUnrollDirective::CreateEmpty(Context, NumClauses); in ReadStmtFromStream()
3470 S = OMPReverseDirective::CreateEmpty(Context); in ReadStmtFromStream()
3477 S = OMPInterchangeDirective::CreateEmpty(Context, NumClauses, NumLoops); in ReadStmtFromStream()
3484 S = OMPForDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3492 S = OMPForSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3498 S = OMPSectionsDirective::CreateEmpty( in ReadStmtFromStream()
3503 S = OMPSectionDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3507 S = OMPScopeDirective::CreateEmpty( in ReadStmtFromStream()
3512 S = OMPSingleDirective::CreateEmpty( in ReadStmtFromStream()
3517 S = OMPMasterDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3521 S = OMPCriticalDirective::CreateEmpty( in ReadStmtFromStream()
3528 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3536 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3542 S = OMPParallelMasterDirective::CreateEmpty( in ReadStmtFromStream()
3547 S = OMPParallelMaskedDirective::CreateEmpty( in ReadStmtFromStream()
3552 S = OMPParallelSectionsDirective::CreateEmpty( in ReadStmtFromStream()
3557 S = OMPTaskDirective::CreateEmpty( in ReadStmtFromStream()
3562 S = OMPTaskyieldDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3566 S = OMPBarrierDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3570 S = OMPTaskwaitDirective::CreateEmpty( in ReadStmtFromStream()
3575 S = OMPErrorDirective::CreateEmpty( in ReadStmtFromStream()
3580 S = OMPTaskgroupDirective::CreateEmpty( in ReadStmtFromStream()
3585 S = OMPFlushDirective::CreateEmpty( in ReadStmtFromStream()
3590 S = OMPDepobjDirective::CreateEmpty( in ReadStmtFromStream()
3595 S = OMPScanDirective::CreateEmpty( in ReadStmtFromStream()
3602 S = OMPOrderedDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3608 S = OMPAtomicDirective::CreateEmpty( in ReadStmtFromStream()
3613 S = OMPTargetDirective::CreateEmpty( in ReadStmtFromStream()
3618 S = OMPTargetDataDirective::CreateEmpty( in ReadStmtFromStream()
3623 S = OMPTargetEnterDataDirective::CreateEmpty( in ReadStmtFromStream()
3628 S = OMPTargetExitDataDirective::CreateEmpty( in ReadStmtFromStream()
3633 S = OMPTargetParallelDirective::CreateEmpty( in ReadStmtFromStream()
3640 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3646 S = OMPTargetUpdateDirective::CreateEmpty( in ReadStmtFromStream()
3651 S = OMPTeamsDirective::CreateEmpty( in ReadStmtFromStream()
3656 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3660 S = OMPCancelDirective::CreateEmpty( in ReadStmtFromStream()
3667 S = OMPTaskLoopDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3675 S = OMPTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3683 S = OMPMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3691 S = OMPMaskedTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3699 S = OMPMasterTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3707 S = OMPMaskedTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3715 S = OMPParallelMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3723 S = OMPParallelMaskedTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3731 S = OMPParallelMasterTaskLoopSimdDirective::CreateEmpty( in ReadStmtFromStream()
3739 S = OMPParallelMaskedTaskLoopSimdDirective::CreateEmpty( in ReadStmtFromStream()
3747 S = OMPDistributeDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3755 S = OMPDistributeParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3763 S = OMPDistributeParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3772 S = OMPDistributeSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3780 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3788 S = OMPTargetSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3796 S = OMPTeamsDistributeDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3804 S = OMPTeamsDistributeSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3812 S = OMPTeamsDistributeParallelForSimdDirective::CreateEmpty( in ReadStmtFromStream()
3820 S = OMPTeamsDistributeParallelForDirective::CreateEmpty( in ReadStmtFromStream()
3826 S = OMPTargetTeamsDirective::CreateEmpty( in ReadStmtFromStream()
3833 S = OMPTargetTeamsDistributeDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3841 S = OMPTargetTeamsDistributeParallelForDirective::CreateEmpty( in ReadStmtFromStream()
3849 S = OMPTargetTeamsDistributeParallelForSimdDirective::CreateEmpty( in ReadStmtFromStream()
3857 S = OMPTargetTeamsDistributeSimdDirective::CreateEmpty( in ReadStmtFromStream()
3863 S = OMPInteropDirective::CreateEmpty( in ReadStmtFromStream()
3868 S = OMPDispatchDirective::CreateEmpty( in ReadStmtFromStream()
3873 S = OMPMaskedDirective::CreateEmpty( in ReadStmtFromStream()
3880 S = OMPGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3888 S = OMPTeamsGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3896 S = OMPTargetTeamsGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3904 S = OMPParallelGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3912 S = OMPTargetParallelGenericLoopDirective::CreateEmpty( in ReadStmtFromStream()
3922 S = CXXOperatorCallExpr::CreateEmpty(Context, NumArgs, HasFPFeatures, in ReadStmtFromStream()
3932 S = CXXMemberCallExpr::CreateEmpty(Context, NumArgs, HasFPFeatures, in ReadStmtFromStream()
3942 S = CXXConstructExpr::CreateEmpty( in ReadStmtFromStream()
3952 S = CXXTemporaryObjectExpr::CreateEmpty( in ReadStmtFromStream()
3962 S = CXXStaticCastExpr::CreateEmpty(Context, PathSize, HasFPFeatures); in ReadStmtFromStream()
3968 S = CXXDynamicCastExpr::CreateEmpty(Context, PathSize); in ReadStmtFromStream()
3974 S = CXXReinterpretCastExpr::CreateEmpty(Context, PathSize); in ReadStmtFromStream()
3979 S = CXXConstCastExpr::CreateEmpty(Context); in ReadStmtFromStream()
3983 S = CXXAddrspaceCastExpr::CreateEmpty(Context); in ReadStmtFromStream()
3991 S = CXXFunctionalCastExpr::CreateEmpty(Context, PathSize, HasFPFeatures); in ReadStmtFromStream()
4009 S = UserDefinedLiteral::CreateEmpty(Context, NumArgs, HasFPFeatures, in ReadStmtFromStream()
4051 S = CXXThisExpr::CreateEmpty(Context); in ReadStmtFromStream()
4059 S = CXXDefaultArgExpr::CreateEmpty( in ReadStmtFromStream()
4064 S = CXXDefaultInitExpr::CreateEmpty( in ReadStmtFromStream()
4077 S = CXXNewExpr::CreateEmpty( in ReadStmtFromStream()
4106 S = CXXDependentScopeMemberExpr::CreateEmpty( in ReadStmtFromStream()
4121 S = DependentScopeDeclRefExpr::CreateEmpty( in ReadStmtFromStream()
4127 S = CXXUnresolvedConstructExpr::CreateEmpty(Context, in ReadStmtFromStream()
4138 S = UnresolvedMemberExpr::CreateEmpty( in ReadStmtFromStream()
4150 S = UnresolvedLookupExpr::CreateEmpty( in ReadStmtFromStream()
4197 S = FunctionParmPackExpr::CreateEmpty(Context, in ReadStmtFromStream()
4210 S = CXXParenListInitExpr::CreateEmpty( in ReadStmtFromStream()
4223 S = CUDAKernelCallExpr::CreateEmpty(Context, NumArgs, HasFPFeatures, in ReadStmtFromStream()
4276 S = OpenACCComputeConstruct::CreateEmpty(Context, NumClauses); in ReadStmtFromStream()
4281 S = OpenACCLoopConstruct::CreateEmpty(Context, NumClauses); in ReadStmtFromStream()