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