Home | History | Annotate | Download | only in Serialization

Lines Matching refs:CreateEmpty

1818     C = OMPPrivateClause::CreateEmpty(Context, Record[Idx++]);
1821 C = OMPFirstprivateClause::CreateEmpty(Context, Record[Idx++]);
1824 C = OMPLastprivateClause::CreateEmpty(Context, Record[Idx++]);
1827 C = OMPSharedClause::CreateEmpty(Context, Record[Idx++]);
1830 C = OMPReductionClause::CreateEmpty(Context, Record[Idx++]);
1833 C = OMPLinearClause::CreateEmpty(Context, Record[Idx++]);
1836 C = OMPAlignedClause::CreateEmpty(Context, Record[Idx++]);
1839 C = OMPCopyinClause::CreateEmpty(Context, Record[Idx++]);
1842 C = OMPCopyprivateClause::CreateEmpty(Context, Record[Idx++]);
1845 C = OMPFlushClause::CreateEmpty(Context, Record[Idx++]);
1848 C = OMPDependClause::CreateEmpty(Context, Record[Idx++]);
1854 C = OMPMapClause::CreateEmpty(Context, Record[Idx++]);
2574 S = AttributedStmt::CreateEmpty(
2641 S = DeclRefExpr::CreateEmpty(
2663 S = StringLiteral::CreateEmpty(Context,
2684 S = OffsetOfExpr::CreateEmpty(Context,
2708 // logic with a MemberExpr::CreateEmpty.
2772 S = ImplicitCastExpr::CreateEmpty(Context,
2777 S = CStyleCastExpr::CreateEmpty(Context,
2794 S = DesignatedInitExpr::CreateEmpty(Context,
2854 S = ObjCArrayLiteral::CreateEmpty(Context,
2858 S = ObjCDictionaryLiteral::CreateEmpty(Context,
2883 S = ObjCMessageExpr::CreateEmpty(Context,
2906 S = ObjCAtTryStmt::CreateEmpty(Context,
2956 OMPParallelDirective::CreateEmpty(Context,
2964 S = OMPSimdDirective::CreateEmpty(Context, NumClauses,
2972 S = OMPForDirective::CreateEmpty(Context, NumClauses, CollapsedNum,
2980 S = OMPForSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum,
2986 S = OMPSectionsDirective::CreateEmpty(
2991 S = OMPSectionDirective::CreateEmpty(Context, Empty);
2995 S = OMPSingleDirective::CreateEmpty(
3000 S = OMPMasterDirective::CreateEmpty(Context, Empty);
3004 S = OMPCriticalDirective::CreateEmpty(
3011 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses,
3019 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses,
3025 S = OMPParallelSectionsDirective::CreateEmpty(
3030 S = OMPTaskDirective::CreateEmpty(
3035 S = OMPTaskyieldDirective::CreateEmpty(Context, Empty);
3039 S = OMPBarrierDirective::CreateEmpty(Context, Empty);
3043 S = OMPTaskwaitDirective::CreateEmpty(Context, Empty);
3047 S = OMPTaskgroupDirective::CreateEmpty(Context, Empty);
3051 S = OMPFlushDirective::CreateEmpty(
3056 S = OMPOrderedDirective::CreateEmpty(
3061 S = OMPAtomicDirective::CreateEmpty(
3066 S = OMPTargetDirective::CreateEmpty(
3071 S = OMPTargetDataDirective::CreateEmpty(
3076 S = OMPTeamsDirective::CreateEmpty(
3081 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty);
3085 S = OMPCancelDirective::CreateEmpty(
3092 S = OMPTaskLoopDirective::CreateEmpty(Context, NumClauses, CollapsedNum,
3100 S = OMPTaskLoopSimdDirective::CreateEmpty(Context, NumClauses,
3108 S = OMPDistributeDirective::CreateEmpty(Context, NumClauses, CollapsedNum,
3130 S = CXXStaticCastExpr::CreateEmpty(Context,
3135 S = CXXDynamicCastExpr::CreateEmpty(Context,
3140 S = CXXReinterpretCastExpr::CreateEmpty(Context,
3145 S = CXXConstCastExpr::CreateEmpty(Context);
3149 S = CXXFunctionalCastExpr::CreateEmpty(Context,
3228 S = CXXDependentScopeMemberExpr::CreateEmpty(Context,
3236 S = DependentScopeDeclRefExpr::CreateEmpty(Context,
3244 S = CXXUnresolvedConstructExpr::CreateEmpty(Context,
3249 S = UnresolvedMemberExpr::CreateEmpty(Context,
3257 S = UnresolvedLookupExpr::CreateEmpty(Context,
3300 S = FunctionParmPackExpr::CreateEmpty(Context,