Lines Matching refs:CreateEmpty
2360 S = CompoundStmt::CreateEmpty( in ReadStmtFromStream()
2365 S = CaseStmt::CreateEmpty( in ReadStmtFromStream()
2379 S = AttributedStmt::CreateEmpty( in ReadStmtFromStream()
2385 S = IfStmt::CreateEmpty( in ReadStmtFromStream()
2393 S = SwitchStmt::CreateEmpty( in ReadStmtFromStream()
2400 S = WhileStmt::CreateEmpty( in ReadStmtFromStream()
2430 S = ReturnStmt::CreateEmpty( in ReadStmtFromStream()
2456 S = PredefinedExpr::CreateEmpty( in ReadStmtFromStream()
2462 S = DeclRefExpr::CreateEmpty( in ReadStmtFromStream()
2484 S = StringLiteral::CreateEmpty( in ReadStmtFromStream()
2500 S = ParenListExpr::CreateEmpty( in ReadStmtFromStream()
2510 S = OffsetOfExpr::CreateEmpty(Context, in ReadStmtFromStream()
2528 S = CallExpr::CreateEmpty( in ReadStmtFromStream()
2599 S = ImplicitCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
2604 S = CStyleCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
2621 S = DesignatedInitExpr::CreateEmpty(Context, in ReadStmtFromStream()
2691 S = ObjCArrayLiteral::CreateEmpty(Context, in ReadStmtFromStream()
2696 S = ObjCDictionaryLiteral::CreateEmpty(Context, in ReadStmtFromStream()
2729 S = ObjCMessageExpr::CreateEmpty(Context, in ReadStmtFromStream()
2759 S = ObjCAtTryStmt::CreateEmpty(Context, in ReadStmtFromStream()
2822 OMPParallelDirective::CreateEmpty(Context, in ReadStmtFromStream()
2830 S = OMPSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2838 S = OMPForDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
2846 S = OMPForSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
2852 S = OMPSectionsDirective::CreateEmpty( in ReadStmtFromStream()
2857 S = OMPSectionDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2861 S = OMPSingleDirective::CreateEmpty( in ReadStmtFromStream()
2866 S = OMPMasterDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2870 S = OMPCriticalDirective::CreateEmpty( in ReadStmtFromStream()
2877 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2885 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2891 S = OMPParallelSectionsDirective::CreateEmpty( in ReadStmtFromStream()
2896 S = OMPTaskDirective::CreateEmpty( in ReadStmtFromStream()
2901 S = OMPTaskyieldDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2905 S = OMPBarrierDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2909 S = OMPTaskwaitDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2913 S = OMPTaskgroupDirective::CreateEmpty( in ReadStmtFromStream()
2918 S = OMPFlushDirective::CreateEmpty( in ReadStmtFromStream()
2923 S = OMPOrderedDirective::CreateEmpty( in ReadStmtFromStream()
2928 S = OMPAtomicDirective::CreateEmpty( in ReadStmtFromStream()
2933 S = OMPTargetDirective::CreateEmpty( in ReadStmtFromStream()
2938 S = OMPTargetDataDirective::CreateEmpty( in ReadStmtFromStream()
2943 S = OMPTargetEnterDataDirective::CreateEmpty( in ReadStmtFromStream()
2948 S = OMPTargetExitDataDirective::CreateEmpty( in ReadStmtFromStream()
2953 S = OMPTargetParallelDirective::CreateEmpty( in ReadStmtFromStream()
2960 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2966 S = OMPTargetUpdateDirective::CreateEmpty( in ReadStmtFromStream()
2971 S = OMPTeamsDirective::CreateEmpty( in ReadStmtFromStream()
2976 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2980 S = OMPCancelDirective::CreateEmpty( in ReadStmtFromStream()
2987 S = OMPTaskLoopDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
2995 S = OMPTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3003 S = OMPDistributeDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3011 S = OMPDistributeParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3019 S = OMPDistributeParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3028 S = OMPDistributeSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3036 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3044 S = OMPTargetSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3052 S = OMPTeamsDistributeDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3060 S = OMPTeamsDistributeSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3068 S = OMPTeamsDistributeParallelForSimdDirective::CreateEmpty( in ReadStmtFromStream()
3076 S = OMPTeamsDistributeParallelForDirective::CreateEmpty( in ReadStmtFromStream()
3082 S = OMPTargetTeamsDirective::CreateEmpty( in ReadStmtFromStream()
3089 S = OMPTargetTeamsDistributeDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3097 S = OMPTargetTeamsDistributeParallelForDirective::CreateEmpty( in ReadStmtFromStream()
3105 S = OMPTargetTeamsDistributeParallelForSimdDirective::CreateEmpty( in ReadStmtFromStream()
3113 S = OMPTargetTeamsDistributeSimdDirective::CreateEmpty( in ReadStmtFromStream()
3119 S = CXXOperatorCallExpr::CreateEmpty( in ReadStmtFromStream()
3124 S = CXXMemberCallExpr::CreateEmpty( in ReadStmtFromStream()
3129 S = CXXConstructExpr::CreateEmpty( in ReadStmtFromStream()
3139 S = CXXTemporaryObjectExpr::CreateEmpty( in ReadStmtFromStream()
3145 S = CXXStaticCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
3150 S = CXXDynamicCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
3155 S = CXXReinterpretCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
3160 S = CXXConstCastExpr::CreateEmpty(Context); in ReadStmtFromStream()
3164 S = CXXFunctionalCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
3169 S = UserDefinedLiteral::CreateEmpty( in ReadStmtFromStream()
3234 S = CXXNewExpr::CreateEmpty( in ReadStmtFromStream()
3256 S = CXXDependentScopeMemberExpr::CreateEmpty( in ReadStmtFromStream()
3265 S = DependentScopeDeclRefExpr::CreateEmpty(Context, in ReadStmtFromStream()
3273 S = CXXUnresolvedConstructExpr::CreateEmpty(Context, in ReadStmtFromStream()
3278 S = UnresolvedMemberExpr::CreateEmpty( in ReadStmtFromStream()
3289 S = UnresolvedLookupExpr::CreateEmpty( in ReadStmtFromStream()
3335 S = FunctionParmPackExpr::CreateEmpty(Context, in ReadStmtFromStream()
3352 S = CUDAKernelCallExpr::CreateEmpty( in ReadStmtFromStream()