Lines Matching refs:CreateEmpty

2722       S = CompoundStmt::CreateEmpty(  in ReadStmtFromStream()
2727 S = CaseStmt::CreateEmpty( in ReadStmtFromStream()
2741 S = AttributedStmt::CreateEmpty( in ReadStmtFromStream()
2747 S = IfStmt::CreateEmpty( in ReadStmtFromStream()
2755 S = SwitchStmt::CreateEmpty( in ReadStmtFromStream()
2762 S = WhileStmt::CreateEmpty( in ReadStmtFromStream()
2792 S = ReturnStmt::CreateEmpty( in ReadStmtFromStream()
2814 S = ConstantExpr::CreateEmpty( in ReadStmtFromStream()
2820 S = SYCLUniqueStableNameExpr::CreateEmpty(Context); in ReadStmtFromStream()
2824 S = PredefinedExpr::CreateEmpty( in ReadStmtFromStream()
2830 S = DeclRefExpr::CreateEmpty( in ReadStmtFromStream()
2856 S = StringLiteral::CreateEmpty( in ReadStmtFromStream()
2872 S = ParenListExpr::CreateEmpty( in ReadStmtFromStream()
2878 S = UnaryOperator::CreateEmpty(Context, in ReadStmtFromStream()
2883 S = OffsetOfExpr::CreateEmpty(Context, in ReadStmtFromStream()
2905 S = OMPArrayShapingExpr::CreateEmpty( in ReadStmtFromStream()
2910 S = OMPIteratorExpr::CreateEmpty(Context, in ReadStmtFromStream()
2915 S = CallExpr::CreateEmpty( in ReadStmtFromStream()
2921 S = RecoveryExpr::CreateEmpty( in ReadStmtFromStream()
2926 S = MemberExpr::CreateEmpty(Context, Record[ASTStmtReader::NumExprFields], in ReadStmtFromStream()
2933 S = BinaryOperator::CreateEmpty(Context, in ReadStmtFromStream()
2938 S = CompoundAssignOperator::CreateEmpty( in ReadStmtFromStream()
2951 S = ImplicitCastExpr::CreateEmpty( in ReadStmtFromStream()
2958 S = CStyleCastExpr::CreateEmpty( in ReadStmtFromStream()
2977 S = DesignatedInitExpr::CreateEmpty(Context, in ReadStmtFromStream()
3039 S = GenericSelectionExpr::CreateEmpty( in ReadStmtFromStream()
3053 S = ObjCArrayLiteral::CreateEmpty(Context, in ReadStmtFromStream()
3058 S = ObjCDictionaryLiteral::CreateEmpty(Context, in ReadStmtFromStream()
3091 S = ObjCMessageExpr::CreateEmpty(Context, in ReadStmtFromStream()
3121 S = ObjCAtTryStmt::CreateEmpty(Context, in ReadStmtFromStream()
3188 OMPParallelDirective::CreateEmpty(Context, in ReadStmtFromStream()
3196 S = OMPSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3204 S = OMPTileDirective::CreateEmpty(Context, NumClauses, NumLoops); in ReadStmtFromStream()
3211 S = OMPUnrollDirective::CreateEmpty(Context, NumClauses); in ReadStmtFromStream()
3218 S = OMPForDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3226 S = OMPForSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3232 S = OMPSectionsDirective::CreateEmpty( in ReadStmtFromStream()
3237 S = OMPSectionDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3241 S = OMPSingleDirective::CreateEmpty( in ReadStmtFromStream()
3246 S = OMPMasterDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3250 S = OMPCriticalDirective::CreateEmpty( in ReadStmtFromStream()
3257 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3265 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3271 S = OMPParallelMasterDirective::CreateEmpty( in ReadStmtFromStream()
3276 S = OMPParallelSectionsDirective::CreateEmpty( in ReadStmtFromStream()
3281 S = OMPTaskDirective::CreateEmpty( in ReadStmtFromStream()
3286 S = OMPTaskyieldDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3290 S = OMPBarrierDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3294 S = OMPTaskwaitDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3298 S = OMPTaskgroupDirective::CreateEmpty( in ReadStmtFromStream()
3303 S = OMPFlushDirective::CreateEmpty( in ReadStmtFromStream()
3308 S = OMPDepobjDirective::CreateEmpty( in ReadStmtFromStream()
3313 S = OMPScanDirective::CreateEmpty( in ReadStmtFromStream()
3320 S = OMPOrderedDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3326 S = OMPAtomicDirective::CreateEmpty( in ReadStmtFromStream()
3331 S = OMPTargetDirective::CreateEmpty( in ReadStmtFromStream()
3336 S = OMPTargetDataDirective::CreateEmpty( in ReadStmtFromStream()
3341 S = OMPTargetEnterDataDirective::CreateEmpty( in ReadStmtFromStream()
3346 S = OMPTargetExitDataDirective::CreateEmpty( in ReadStmtFromStream()
3351 S = OMPTargetParallelDirective::CreateEmpty( in ReadStmtFromStream()
3358 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3364 S = OMPTargetUpdateDirective::CreateEmpty( in ReadStmtFromStream()
3369 S = OMPTeamsDirective::CreateEmpty( in ReadStmtFromStream()
3374 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3378 S = OMPCancelDirective::CreateEmpty( in ReadStmtFromStream()
3385 S = OMPTaskLoopDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3393 S = OMPTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3401 S = OMPMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3409 S = OMPMasterTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3417 S = OMPParallelMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3425 S = OMPParallelMasterTaskLoopSimdDirective::CreateEmpty( in ReadStmtFromStream()
3433 S = OMPDistributeDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3441 S = OMPDistributeParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3449 S = OMPDistributeParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3458 S = OMPDistributeSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3466 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3474 S = OMPTargetSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3482 S = OMPTeamsDistributeDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3490 S = OMPTeamsDistributeSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3498 S = OMPTeamsDistributeParallelForSimdDirective::CreateEmpty( in ReadStmtFromStream()
3506 S = OMPTeamsDistributeParallelForDirective::CreateEmpty( in ReadStmtFromStream()
3512 S = OMPTargetTeamsDirective::CreateEmpty( in ReadStmtFromStream()
3519 S = OMPTargetTeamsDistributeDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3527 S = OMPTargetTeamsDistributeParallelForDirective::CreateEmpty( in ReadStmtFromStream()
3535 S = OMPTargetTeamsDistributeParallelForSimdDirective::CreateEmpty( in ReadStmtFromStream()
3543 S = OMPTargetTeamsDistributeSimdDirective::CreateEmpty( in ReadStmtFromStream()
3549 S = OMPInteropDirective::CreateEmpty( in ReadStmtFromStream()
3554 S = OMPDispatchDirective::CreateEmpty( in ReadStmtFromStream()
3559 S = OMPMaskedDirective::CreateEmpty( in ReadStmtFromStream()
3564 S = CXXOperatorCallExpr::CreateEmpty( in ReadStmtFromStream()
3570 S = CXXMemberCallExpr::CreateEmpty( in ReadStmtFromStream()
3580 S = CXXConstructExpr::CreateEmpty( in ReadStmtFromStream()
3590 S = CXXTemporaryObjectExpr::CreateEmpty( in ReadStmtFromStream()
3596 S = CXXStaticCastExpr::CreateEmpty( in ReadStmtFromStream()
3603 S = CXXDynamicCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
3608 S = CXXReinterpretCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
3613 S = CXXConstCastExpr::CreateEmpty(Context); in ReadStmtFromStream()
3617 S = CXXAddrspaceCastExpr::CreateEmpty(Context); in ReadStmtFromStream()
3621 S = CXXFunctionalCastExpr::CreateEmpty( in ReadStmtFromStream()
3633 S = UserDefinedLiteral::CreateEmpty( in ReadStmtFromStream()
3699 S = CXXNewExpr::CreateEmpty( in ReadStmtFromStream()
3721 S = CXXDependentScopeMemberExpr::CreateEmpty( in ReadStmtFromStream()
3730 S = DependentScopeDeclRefExpr::CreateEmpty(Context, in ReadStmtFromStream()
3738 S = CXXUnresolvedConstructExpr::CreateEmpty(Context, in ReadStmtFromStream()
3743 S = UnresolvedMemberExpr::CreateEmpty( in ReadStmtFromStream()
3754 S = UnresolvedLookupExpr::CreateEmpty( in ReadStmtFromStream()
3800 S = FunctionParmPackExpr::CreateEmpty(Context, in ReadStmtFromStream()
3817 S = CUDAKernelCallExpr::CreateEmpty( in ReadStmtFromStream()