Lines Matching refs:CreateEmpty

2822       S = CompoundStmt::CreateEmpty(  in ReadStmtFromStream()
2828 S = CaseStmt::CreateEmpty( in ReadStmtFromStream()
2842 S = AttributedStmt::CreateEmpty( in ReadStmtFromStream()
2848 S = IfStmt::CreateEmpty( in ReadStmtFromStream()
2856 S = SwitchStmt::CreateEmpty( in ReadStmtFromStream()
2863 S = WhileStmt::CreateEmpty( in ReadStmtFromStream()
2893 S = ReturnStmt::CreateEmpty( in ReadStmtFromStream()
2915 S = ConstantExpr::CreateEmpty( in ReadStmtFromStream()
2921 S = SYCLUniqueStableNameExpr::CreateEmpty(Context); in ReadStmtFromStream()
2925 S = PredefinedExpr::CreateEmpty( in ReadStmtFromStream()
2931 S = DeclRefExpr::CreateEmpty( in ReadStmtFromStream()
2957 S = StringLiteral::CreateEmpty( in ReadStmtFromStream()
2973 S = ParenListExpr::CreateEmpty( in ReadStmtFromStream()
2979 S = UnaryOperator::CreateEmpty(Context, in ReadStmtFromStream()
2984 S = OffsetOfExpr::CreateEmpty(Context, in ReadStmtFromStream()
3006 S = OMPArrayShapingExpr::CreateEmpty( in ReadStmtFromStream()
3011 S = OMPIteratorExpr::CreateEmpty(Context, in ReadStmtFromStream()
3016 S = CallExpr::CreateEmpty( in ReadStmtFromStream()
3022 S = RecoveryExpr::CreateEmpty( in ReadStmtFromStream()
3027 S = MemberExpr::CreateEmpty(Context, Record[ASTStmtReader::NumExprFields], in ReadStmtFromStream()
3034 S = BinaryOperator::CreateEmpty(Context, in ReadStmtFromStream()
3039 S = CompoundAssignOperator::CreateEmpty( in ReadStmtFromStream()
3052 S = ImplicitCastExpr::CreateEmpty( in ReadStmtFromStream()
3059 S = CStyleCastExpr::CreateEmpty( in ReadStmtFromStream()
3078 S = DesignatedInitExpr::CreateEmpty(Context, in ReadStmtFromStream()
3140 S = GenericSelectionExpr::CreateEmpty( in ReadStmtFromStream()
3154 S = ObjCArrayLiteral::CreateEmpty(Context, in ReadStmtFromStream()
3159 S = ObjCDictionaryLiteral::CreateEmpty(Context, in ReadStmtFromStream()
3192 S = ObjCMessageExpr::CreateEmpty(Context, in ReadStmtFromStream()
3222 S = ObjCAtTryStmt::CreateEmpty(Context, in ReadStmtFromStream()
3288 S = OMPMetaDirective::CreateEmpty( in ReadStmtFromStream()
3294 OMPParallelDirective::CreateEmpty(Context, in ReadStmtFromStream()
3302 S = OMPSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3310 S = OMPTileDirective::CreateEmpty(Context, NumClauses, NumLoops); in ReadStmtFromStream()
3317 S = OMPUnrollDirective::CreateEmpty(Context, NumClauses); in ReadStmtFromStream()
3324 S = OMPForDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3332 S = OMPForSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3338 S = OMPSectionsDirective::CreateEmpty( in ReadStmtFromStream()
3343 S = OMPSectionDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3347 S = OMPSingleDirective::CreateEmpty( in ReadStmtFromStream()
3352 S = OMPMasterDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3356 S = OMPCriticalDirective::CreateEmpty( in ReadStmtFromStream()
3363 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3371 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3377 S = OMPParallelMasterDirective::CreateEmpty( in ReadStmtFromStream()
3382 S = OMPParallelMaskedDirective::CreateEmpty( in ReadStmtFromStream()
3387 S = OMPParallelSectionsDirective::CreateEmpty( in ReadStmtFromStream()
3392 S = OMPTaskDirective::CreateEmpty( in ReadStmtFromStream()
3397 S = OMPTaskyieldDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3401 S = OMPBarrierDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3405 S = OMPTaskwaitDirective::CreateEmpty( in ReadStmtFromStream()
3410 S = OMPErrorDirective::CreateEmpty( in ReadStmtFromStream()
3415 S = OMPTaskgroupDirective::CreateEmpty( in ReadStmtFromStream()
3420 S = OMPFlushDirective::CreateEmpty( in ReadStmtFromStream()
3425 S = OMPDepobjDirective::CreateEmpty( in ReadStmtFromStream()
3430 S = OMPScanDirective::CreateEmpty( in ReadStmtFromStream()
3437 S = OMPOrderedDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3443 S = OMPAtomicDirective::CreateEmpty( in ReadStmtFromStream()
3448 S = OMPTargetDirective::CreateEmpty( in ReadStmtFromStream()
3453 S = OMPTargetDataDirective::CreateEmpty( in ReadStmtFromStream()
3458 S = OMPTargetEnterDataDirective::CreateEmpty( in ReadStmtFromStream()
3463 S = OMPTargetExitDataDirective::CreateEmpty( in ReadStmtFromStream()
3468 S = OMPTargetParallelDirective::CreateEmpty( in ReadStmtFromStream()
3475 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3481 S = OMPTargetUpdateDirective::CreateEmpty( in ReadStmtFromStream()
3486 S = OMPTeamsDirective::CreateEmpty( in ReadStmtFromStream()
3491 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3495 S = OMPCancelDirective::CreateEmpty( in ReadStmtFromStream()
3502 S = OMPTaskLoopDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3510 S = OMPTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3518 S = OMPMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3526 S = OMPMaskedTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3534 S = OMPMasterTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3542 S = OMPMaskedTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3550 S = OMPParallelMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3558 S = OMPParallelMaskedTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3566 S = OMPParallelMasterTaskLoopSimdDirective::CreateEmpty( in ReadStmtFromStream()
3574 S = OMPParallelMaskedTaskLoopSimdDirective::CreateEmpty( in ReadStmtFromStream()
3582 S = OMPDistributeDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3590 S = OMPDistributeParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3598 S = OMPDistributeParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3607 S = OMPDistributeSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3615 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3623 S = OMPTargetSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3631 S = OMPTeamsDistributeDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3639 S = OMPTeamsDistributeSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3647 S = OMPTeamsDistributeParallelForSimdDirective::CreateEmpty( in ReadStmtFromStream()
3655 S = OMPTeamsDistributeParallelForDirective::CreateEmpty( in ReadStmtFromStream()
3661 S = OMPTargetTeamsDirective::CreateEmpty( in ReadStmtFromStream()
3668 S = OMPTargetTeamsDistributeDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3676 S = OMPTargetTeamsDistributeParallelForDirective::CreateEmpty( in ReadStmtFromStream()
3684 S = OMPTargetTeamsDistributeParallelForSimdDirective::CreateEmpty( in ReadStmtFromStream()
3692 S = OMPTargetTeamsDistributeSimdDirective::CreateEmpty( in ReadStmtFromStream()
3698 S = OMPInteropDirective::CreateEmpty( in ReadStmtFromStream()
3703 S = OMPDispatchDirective::CreateEmpty( in ReadStmtFromStream()
3708 S = OMPMaskedDirective::CreateEmpty( in ReadStmtFromStream()
3715 S = OMPGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3723 S = OMPTeamsGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3731 S = OMPTargetTeamsGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3739 S = OMPParallelGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3747 S = OMPTargetParallelGenericLoopDirective::CreateEmpty( in ReadStmtFromStream()
3753 S = CXXOperatorCallExpr::CreateEmpty( in ReadStmtFromStream()
3759 S = CXXMemberCallExpr::CreateEmpty( in ReadStmtFromStream()
3769 S = CXXConstructExpr::CreateEmpty( in ReadStmtFromStream()
3779 S = CXXTemporaryObjectExpr::CreateEmpty( in ReadStmtFromStream()
3785 S = CXXStaticCastExpr::CreateEmpty( in ReadStmtFromStream()
3792 S = CXXDynamicCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
3797 S = CXXReinterpretCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
3802 S = CXXConstCastExpr::CreateEmpty(Context); in ReadStmtFromStream()
3806 S = CXXAddrspaceCastExpr::CreateEmpty(Context); in ReadStmtFromStream()
3810 S = CXXFunctionalCastExpr::CreateEmpty( in ReadStmtFromStream()
3822 S = UserDefinedLiteral::CreateEmpty( in ReadStmtFromStream()
3872 S = CXXDefaultArgExpr::CreateEmpty( in ReadStmtFromStream()
3877 S = CXXDefaultInitExpr::CreateEmpty( in ReadStmtFromStream()
3890 S = CXXNewExpr::CreateEmpty( in ReadStmtFromStream()
3912 S = CXXDependentScopeMemberExpr::CreateEmpty( in ReadStmtFromStream()
3921 S = DependentScopeDeclRefExpr::CreateEmpty(Context, in ReadStmtFromStream()
3929 S = CXXUnresolvedConstructExpr::CreateEmpty(Context, in ReadStmtFromStream()
3934 S = UnresolvedMemberExpr::CreateEmpty( in ReadStmtFromStream()
3945 S = UnresolvedLookupExpr::CreateEmpty( in ReadStmtFromStream()
3991 S = FunctionParmPackExpr::CreateEmpty(Context, in ReadStmtFromStream()
4004 S = CXXParenListInitExpr::CreateEmpty( in ReadStmtFromStream()
4013 S = CUDAKernelCallExpr::CreateEmpty( in ReadStmtFromStream()