Home | History | Annotate | Download | only in Serialization

Lines Matching refs:CreateEmpty

1841     C = OMPPrivateClause::CreateEmpty(Context, Record[Idx++]);
1844 C = OMPFirstprivateClause::CreateEmpty(Context, Record[Idx++]);
1847 C = OMPLastprivateClause::CreateEmpty(Context, Record[Idx++]);
1850 C = OMPSharedClause::CreateEmpty(Context, Record[Idx++]);
1853 C = OMPReductionClause::CreateEmpty(Context, Record[Idx++]);
1856 C = OMPLinearClause::CreateEmpty(Context, Record[Idx++]);
1859 C = OMPAlignedClause::CreateEmpty(Context, Record[Idx++]);
1862 C = OMPCopyinClause::CreateEmpty(Context, Record[Idx++]);
1865 C = OMPCopyprivateClause::CreateEmpty(Context, Record[Idx++]);
1868 C = OMPFlushClause::CreateEmpty(Context, Record[Idx++]);
1871 C = OMPDependClause::CreateEmpty(Context, Record[Idx++]);
1881 C = OMPMapClause::CreateEmpty(Context, NumVars, NumDeclarations, NumLists,
1914 C = OMPToClause::CreateEmpty(Context, NumVars, NumDeclarations, NumLists,
1923 C = OMPFromClause::CreateEmpty(Context, NumVars, NumDeclarations, NumLists,
1928 C = OMPUseDevicePtrClause::CreateEmpty(Context, Record[Idx++]);
1931 C = OMPIsDevicePtrClause::CreateEmpty(Context, Record[Idx++]);
2876 S = AttributedStmt::CreateEmpty(
2943 S = DeclRefExpr::CreateEmpty(
2965 S = StringLiteral::CreateEmpty(Context,
2986 S = OffsetOfExpr::CreateEmpty(Context,
3010 // logic with a MemberExpr::CreateEmpty.
3074 S = ImplicitCastExpr::CreateEmpty(Context,
3079 S = CStyleCastExpr::CreateEmpty(Context,
3096 S = DesignatedInitExpr::CreateEmpty(Context,
3156 S = ObjCArrayLiteral::CreateEmpty(Context,
3160 S = ObjCDictionaryLiteral::CreateEmpty(Context,
3185 S = ObjCMessageExpr::CreateEmpty(Context,
3208 S = ObjCAtTryStmt::CreateEmpty(Context,
3258 OMPParallelDirective::CreateEmpty(Context,
3266 S = OMPSimdDirective::CreateEmpty(Context, NumClauses,
3274 S = OMPForDirective::CreateEmpty(Context, NumClauses, CollapsedNum,
3282 S = OMPForSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum,
3288 S = OMPSectionsDirective::CreateEmpty(
3293 S = OMPSectionDirective::CreateEmpty(Context, Empty);
3297 S = OMPSingleDirective::CreateEmpty(
3302 S = OMPMasterDirective::CreateEmpty(Context, Empty);
3306 S = OMPCriticalDirective::CreateEmpty(
3313 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses,
3321 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses,
3327 S = OMPParallelSectionsDirective::CreateEmpty(
3332 S = OMPTaskDirective::CreateEmpty(
3337 S = OMPTaskyieldDirective::CreateEmpty(Context, Empty);
3341 S = OMPBarrierDirective::CreateEmpty(Context, Empty);
3345 S = OMPTaskwaitDirective::CreateEmpty(Context, Empty);
3349 S = OMPTaskgroupDirective::CreateEmpty(Context, Empty);
3353 S = OMPFlushDirective::CreateEmpty(
3358 S = OMPOrderedDirective::CreateEmpty(
3363 S = OMPAtomicDirective::CreateEmpty(
3368 S = OMPTargetDirective::CreateEmpty(
3373 S = OMPTargetDataDirective::CreateEmpty(
3378 S = OMPTargetEnterDataDirective::CreateEmpty(
3383 S = OMPTargetExitDataDirective::CreateEmpty(
3388 S = OMPTargetParallelDirective::CreateEmpty(
3395 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses,
3401 S = OMPTargetUpdateDirective::CreateEmpty(
3406 S = OMPTeamsDirective::CreateEmpty(
3411 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty);
3415 S = OMPCancelDirective::CreateEmpty(
3422 S = OMPTaskLoopDirective::CreateEmpty(Context, NumClauses, CollapsedNum,
3430 S = OMPTaskLoopSimdDirective::CreateEmpty(Context, NumClauses,
3438 S = OMPDistributeDirective::CreateEmpty(Context, NumClauses, CollapsedNum,
3446 S = OMPDistributeParallelForDirective::CreateEmpty(Context, NumClauses,
3454 S = OMPDistributeParallelForSimdDirective::CreateEmpty(Context, NumClauses,
3463 S = OMPDistributeSimdDirective::CreateEmpty(Context, NumClauses,
3471 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses,
3497 S = CXXStaticCastExpr::CreateEmpty(Context,
3502 S = CXXDynamicCastExpr::CreateEmpty(Context,
3507 S = CXXReinterpretCastExpr::CreateEmpty(Context,
3512 S = CXXConstCastExpr::CreateEmpty(Context);
3516 S = CXXFunctionalCastExpr::CreateEmpty(Context,
3588 S = CXXDependentScopeMemberExpr::CreateEmpty(Context,
3596 S = DependentScopeDeclRefExpr::CreateEmpty(Context,
3604 S = CXXUnresolvedConstructExpr::CreateEmpty(Context,
3609 S = UnresolvedMemberExpr::CreateEmpty(Context,
3617 S = UnresolvedLookupExpr::CreateEmpty(Context,
3660 S = FunctionParmPackExpr::CreateEmpty(Context,