Lines Matching refs:CreateEmpty

2775       S = CompoundStmt::CreateEmpty(  in ReadStmtFromStream()
2781 S = CaseStmt::CreateEmpty( in ReadStmtFromStream()
2795 S = AttributedStmt::CreateEmpty( in ReadStmtFromStream()
2801 S = IfStmt::CreateEmpty( in ReadStmtFromStream()
2809 S = SwitchStmt::CreateEmpty( in ReadStmtFromStream()
2816 S = WhileStmt::CreateEmpty( in ReadStmtFromStream()
2846 S = ReturnStmt::CreateEmpty( in ReadStmtFromStream()
2868 S = ConstantExpr::CreateEmpty( in ReadStmtFromStream()
2874 S = SYCLUniqueStableNameExpr::CreateEmpty(Context); in ReadStmtFromStream()
2878 S = PredefinedExpr::CreateEmpty( in ReadStmtFromStream()
2884 S = DeclRefExpr::CreateEmpty( in ReadStmtFromStream()
2910 S = StringLiteral::CreateEmpty( in ReadStmtFromStream()
2926 S = ParenListExpr::CreateEmpty( in ReadStmtFromStream()
2932 S = UnaryOperator::CreateEmpty(Context, in ReadStmtFromStream()
2937 S = OffsetOfExpr::CreateEmpty(Context, in ReadStmtFromStream()
2959 S = OMPArrayShapingExpr::CreateEmpty( in ReadStmtFromStream()
2964 S = OMPIteratorExpr::CreateEmpty(Context, in ReadStmtFromStream()
2969 S = CallExpr::CreateEmpty( in ReadStmtFromStream()
2975 S = RecoveryExpr::CreateEmpty( in ReadStmtFromStream()
2980 S = MemberExpr::CreateEmpty(Context, Record[ASTStmtReader::NumExprFields], in ReadStmtFromStream()
2987 S = BinaryOperator::CreateEmpty(Context, in ReadStmtFromStream()
2992 S = CompoundAssignOperator::CreateEmpty( in ReadStmtFromStream()
3005 S = ImplicitCastExpr::CreateEmpty( in ReadStmtFromStream()
3012 S = CStyleCastExpr::CreateEmpty( in ReadStmtFromStream()
3031 S = DesignatedInitExpr::CreateEmpty(Context, in ReadStmtFromStream()
3093 S = GenericSelectionExpr::CreateEmpty( in ReadStmtFromStream()
3107 S = ObjCArrayLiteral::CreateEmpty(Context, in ReadStmtFromStream()
3112 S = ObjCDictionaryLiteral::CreateEmpty(Context, in ReadStmtFromStream()
3145 S = ObjCMessageExpr::CreateEmpty(Context, in ReadStmtFromStream()
3175 S = ObjCAtTryStmt::CreateEmpty(Context, in ReadStmtFromStream()
3241 S = OMPMetaDirective::CreateEmpty( in ReadStmtFromStream()
3247 OMPParallelDirective::CreateEmpty(Context, in ReadStmtFromStream()
3255 S = OMPSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3263 S = OMPTileDirective::CreateEmpty(Context, NumClauses, NumLoops); in ReadStmtFromStream()
3270 S = OMPUnrollDirective::CreateEmpty(Context, NumClauses); in ReadStmtFromStream()
3277 S = OMPForDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3285 S = OMPForSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3291 S = OMPSectionsDirective::CreateEmpty( in ReadStmtFromStream()
3296 S = OMPSectionDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3300 S = OMPSingleDirective::CreateEmpty( in ReadStmtFromStream()
3305 S = OMPMasterDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3309 S = OMPCriticalDirective::CreateEmpty( in ReadStmtFromStream()
3316 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3324 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3330 S = OMPParallelMasterDirective::CreateEmpty( in ReadStmtFromStream()
3335 S = OMPParallelMaskedDirective::CreateEmpty( in ReadStmtFromStream()
3340 S = OMPParallelSectionsDirective::CreateEmpty( in ReadStmtFromStream()
3345 S = OMPTaskDirective::CreateEmpty( in ReadStmtFromStream()
3350 S = OMPTaskyieldDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3354 S = OMPBarrierDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3358 S = OMPTaskwaitDirective::CreateEmpty( in ReadStmtFromStream()
3363 S = OMPTaskgroupDirective::CreateEmpty( in ReadStmtFromStream()
3368 S = OMPFlushDirective::CreateEmpty( in ReadStmtFromStream()
3373 S = OMPDepobjDirective::CreateEmpty( in ReadStmtFromStream()
3378 S = OMPScanDirective::CreateEmpty( in ReadStmtFromStream()
3385 S = OMPOrderedDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3391 S = OMPAtomicDirective::CreateEmpty( in ReadStmtFromStream()
3396 S = OMPTargetDirective::CreateEmpty( in ReadStmtFromStream()
3401 S = OMPTargetDataDirective::CreateEmpty( in ReadStmtFromStream()
3406 S = OMPTargetEnterDataDirective::CreateEmpty( in ReadStmtFromStream()
3411 S = OMPTargetExitDataDirective::CreateEmpty( in ReadStmtFromStream()
3416 S = OMPTargetParallelDirective::CreateEmpty( in ReadStmtFromStream()
3423 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3429 S = OMPTargetUpdateDirective::CreateEmpty( in ReadStmtFromStream()
3434 S = OMPTeamsDirective::CreateEmpty( in ReadStmtFromStream()
3439 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3443 S = OMPCancelDirective::CreateEmpty( in ReadStmtFromStream()
3450 S = OMPTaskLoopDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3458 S = OMPTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3466 S = OMPMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3474 S = OMPMaskedTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3482 S = OMPMasterTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3490 S = OMPMaskedTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3498 S = OMPParallelMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3506 S = OMPParallelMaskedTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3514 S = OMPParallelMasterTaskLoopSimdDirective::CreateEmpty( in ReadStmtFromStream()
3522 S = OMPParallelMaskedTaskLoopSimdDirective::CreateEmpty( in ReadStmtFromStream()
3530 S = OMPDistributeDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3538 S = OMPDistributeParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3546 S = OMPDistributeParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3555 S = OMPDistributeSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3563 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3571 S = OMPTargetSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3579 S = OMPTeamsDistributeDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3587 S = OMPTeamsDistributeSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3595 S = OMPTeamsDistributeParallelForSimdDirective::CreateEmpty( in ReadStmtFromStream()
3603 S = OMPTeamsDistributeParallelForDirective::CreateEmpty( in ReadStmtFromStream()
3609 S = OMPTargetTeamsDirective::CreateEmpty( in ReadStmtFromStream()
3616 S = OMPTargetTeamsDistributeDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3624 S = OMPTargetTeamsDistributeParallelForDirective::CreateEmpty( in ReadStmtFromStream()
3632 S = OMPTargetTeamsDistributeParallelForSimdDirective::CreateEmpty( in ReadStmtFromStream()
3640 S = OMPTargetTeamsDistributeSimdDirective::CreateEmpty( in ReadStmtFromStream()
3646 S = OMPInteropDirective::CreateEmpty( in ReadStmtFromStream()
3651 S = OMPDispatchDirective::CreateEmpty( in ReadStmtFromStream()
3656 S = OMPMaskedDirective::CreateEmpty( in ReadStmtFromStream()
3663 S = OMPGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3671 S = OMPTeamsGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3679 S = OMPTargetTeamsGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3687 S = OMPParallelGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3695 S = OMPTargetParallelGenericLoopDirective::CreateEmpty( in ReadStmtFromStream()
3701 S = CXXOperatorCallExpr::CreateEmpty( in ReadStmtFromStream()
3707 S = CXXMemberCallExpr::CreateEmpty( in ReadStmtFromStream()
3717 S = CXXConstructExpr::CreateEmpty( in ReadStmtFromStream()
3727 S = CXXTemporaryObjectExpr::CreateEmpty( in ReadStmtFromStream()
3733 S = CXXStaticCastExpr::CreateEmpty( in ReadStmtFromStream()
3740 S = CXXDynamicCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
3745 S = CXXReinterpretCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
3750 S = CXXConstCastExpr::CreateEmpty(Context); in ReadStmtFromStream()
3754 S = CXXAddrspaceCastExpr::CreateEmpty(Context); in ReadStmtFromStream()
3758 S = CXXFunctionalCastExpr::CreateEmpty( in ReadStmtFromStream()
3770 S = UserDefinedLiteral::CreateEmpty( in ReadStmtFromStream()
3836 S = CXXNewExpr::CreateEmpty( in ReadStmtFromStream()
3858 S = CXXDependentScopeMemberExpr::CreateEmpty( in ReadStmtFromStream()
3867 S = DependentScopeDeclRefExpr::CreateEmpty(Context, in ReadStmtFromStream()
3875 S = CXXUnresolvedConstructExpr::CreateEmpty(Context, in ReadStmtFromStream()
3880 S = UnresolvedMemberExpr::CreateEmpty( in ReadStmtFromStream()
3891 S = UnresolvedLookupExpr::CreateEmpty( in ReadStmtFromStream()
3937 S = FunctionParmPackExpr::CreateEmpty(Context, in ReadStmtFromStream()
3954 S = CUDAKernelCallExpr::CreateEmpty( in ReadStmtFromStream()