Lines Matching refs:Empty
2769 Stmt::EmptyShell Empty; in ReadStmtFromStream() local
2818 S = new (Context) NullStmt(Empty); in ReadStmtFromStream()
2834 S = new (Context) DefaultStmt(Empty); in ReadStmtFromStream()
2838 S = new (Context) LabelStmt(Empty); in ReadStmtFromStream()
2869 S = new (Context) DoStmt(Empty); in ReadStmtFromStream()
2873 S = new (Context) ForStmt(Empty); in ReadStmtFromStream()
2877 S = new (Context) GotoStmt(Empty); in ReadStmtFromStream()
2881 S = new (Context) IndirectGotoStmt(Empty); in ReadStmtFromStream()
2885 S = new (Context) ContinueStmt(Empty); in ReadStmtFromStream()
2889 S = new (Context) BreakStmt(Empty); in ReadStmtFromStream()
2898 S = new (Context) DeclStmt(Empty); in ReadStmtFromStream()
2902 S = new (Context) GCCAsmStmt(Empty); in ReadStmtFromStream()
2906 S = new (Context) MSAsmStmt(Empty); in ReadStmtFromStream()
2941 S = IntegerLiteral::Create(Context, Empty); in ReadStmtFromStream()
2945 S = FixedPointLiteral::Create(Context, Empty); in ReadStmtFromStream()
2949 S = FloatingLiteral::Create(Context, Empty); in ReadStmtFromStream()
2953 S = new (Context) ImaginaryLiteral(Empty); in ReadStmtFromStream()
2965 S = new (Context) CharacterLiteral(Empty); in ReadStmtFromStream()
2969 S = new (Context) ParenExpr(Empty); in ReadStmtFromStream()
2990 S = new (Context) UnaryExprOrTypeTraitExpr(Empty); in ReadStmtFromStream()
2994 S = new (Context) ArraySubscriptExpr(Empty); in ReadStmtFromStream()
2998 S = new (Context) MatrixSubscriptExpr(Empty); in ReadStmtFromStream()
3002 S = new (Context) OMPArraySectionExpr(Empty); in ReadStmtFromStream()
3018 /*HasFPFeatures=*/Record[ASTStmtReader::NumExprFields + 1], Empty); in ReadStmtFromStream()
3044 S = new (Context) ConditionalOperator(Empty); in ReadStmtFromStream()
3048 S = new (Context) BinaryConditionalOperator(Empty); in ReadStmtFromStream()
3066 S = new (Context) CompoundLiteralExpr(Empty); in ReadStmtFromStream()
3070 S = new (Context) ExtVectorElementExpr(Empty); in ReadStmtFromStream()
3074 S = new (Context) InitListExpr(Empty); in ReadStmtFromStream()
3084 S = new (Context) DesignatedInitUpdateExpr(Empty); in ReadStmtFromStream()
3088 S = new (Context) ImplicitValueInitExpr(Empty); in ReadStmtFromStream()
3092 S = new (Context) NoInitExpr(Empty); in ReadStmtFromStream()
3096 S = new (Context) ArrayInitLoopExpr(Empty); in ReadStmtFromStream()
3100 S = new (Context) ArrayInitIndexExpr(Empty); in ReadStmtFromStream()
3104 S = new (Context) VAArgExpr(Empty); in ReadStmtFromStream()
3108 S = new (Context) SourceLocExpr(Empty); in ReadStmtFromStream()
3112 S = new (Context) AddrLabelExpr(Empty); in ReadStmtFromStream()
3116 S = new (Context) StmtExpr(Empty); in ReadStmtFromStream()
3120 S = new (Context) ChooseExpr(Empty); in ReadStmtFromStream()
3124 S = new (Context) GNUNullExpr(Empty); in ReadStmtFromStream()
3128 S = new (Context) ShuffleVectorExpr(Empty); in ReadStmtFromStream()
3132 S = new (Context) ConvertVectorExpr(Empty); in ReadStmtFromStream()
3136 S = new (Context) BlockExpr(Empty); in ReadStmtFromStream()
3146 S = new (Context) ObjCStringLiteral(Empty); in ReadStmtFromStream()
3150 S = new (Context) ObjCBoxedExpr(Empty); in ReadStmtFromStream()
3165 S = new (Context) ObjCEncodeExpr(Empty); in ReadStmtFromStream()
3169 S = new (Context) ObjCSelectorExpr(Empty); in ReadStmtFromStream()
3173 S = new (Context) ObjCProtocolExpr(Empty); in ReadStmtFromStream()
3177 S = new (Context) ObjCIvarRefExpr(Empty); in ReadStmtFromStream()
3181 S = new (Context) ObjCPropertyRefExpr(Empty); in ReadStmtFromStream()
3185 S = new (Context) ObjCSubscriptRefExpr(Empty); in ReadStmtFromStream()
3198 S = new (Context) ObjCIsaExpr(Empty); in ReadStmtFromStream()
3202 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
3206 S = new (Context) ObjCBridgedCastExpr(Empty); in ReadStmtFromStream()
3210 S = new (Context) ObjCForCollectionStmt(Empty); in ReadStmtFromStream()
3214 S = new (Context) ObjCAtCatchStmt(Empty); in ReadStmtFromStream()
3218 S = new (Context) ObjCAtFinallyStmt(Empty); in ReadStmtFromStream()
3228 S = new (Context) ObjCAtSynchronizedStmt(Empty); in ReadStmtFromStream()
3232 S = new (Context) ObjCAtThrowStmt(Empty); in ReadStmtFromStream()
3236 S = new (Context) ObjCAutoreleasePoolStmt(Empty); in ReadStmtFromStream()
3240 S = new (Context) ObjCBoolLiteralExpr(Empty); in ReadStmtFromStream()
3244 S = new (Context) ObjCAvailabilityCheckExpr(Empty); in ReadStmtFromStream()
3248 S = new (Context) SEHLeaveStmt(Empty); in ReadStmtFromStream()
3252 S = new (Context) SEHExceptStmt(Empty); in ReadStmtFromStream()
3256 S = new (Context) SEHFinallyStmt(Empty); in ReadStmtFromStream()
3260 S = new (Context) SEHTryStmt(Empty); in ReadStmtFromStream()
3264 S = new (Context) CXXCatchStmt(Empty); in ReadStmtFromStream()
3268 S = CXXTryStmt::Create(Context, Empty, in ReadStmtFromStream()
3273 S = new (Context) CXXForRangeStmt(Empty); in ReadStmtFromStream()
3289 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3296 Empty); in ReadStmtFromStream()
3303 CollapsedNum, Empty); in ReadStmtFromStream()
3325 Empty); in ReadStmtFromStream()
3333 Empty); in ReadStmtFromStream()
3339 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3343 S = OMPSectionDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3348 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3352 S = OMPMasterDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3357 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3364 CollapsedNum, Empty); in ReadStmtFromStream()
3372 CollapsedNum, Empty); in ReadStmtFromStream()
3378 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3383 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3388 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3393 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3397 S = OMPTaskyieldDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3401 S = OMPBarrierDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3406 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3411 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3416 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3421 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3426 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3431 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3438 !HasAssociatedStmt, Empty); in ReadStmtFromStream()
3444 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3449 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3454 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3459 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3464 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3469 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3476 CollapsedNum, Empty); in ReadStmtFromStream()
3482 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3487 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3491 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3496 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3503 Empty); in ReadStmtFromStream()
3511 CollapsedNum, Empty); in ReadStmtFromStream()
3519 CollapsedNum, Empty); in ReadStmtFromStream()
3527 CollapsedNum, Empty); in ReadStmtFromStream()
3535 CollapsedNum, Empty); in ReadStmtFromStream()
3543 CollapsedNum, Empty); in ReadStmtFromStream()
3551 CollapsedNum, Empty); in ReadStmtFromStream()
3559 CollapsedNum, Empty); in ReadStmtFromStream()
3567 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3575 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3583 Empty); in ReadStmtFromStream()
3591 CollapsedNum, Empty); in ReadStmtFromStream()
3600 Empty); in ReadStmtFromStream()
3608 CollapsedNum, Empty); in ReadStmtFromStream()
3616 CollapsedNum, Empty); in ReadStmtFromStream()
3624 Empty); in ReadStmtFromStream()
3632 CollapsedNum, Empty); in ReadStmtFromStream()
3640 CollapsedNum, Empty); in ReadStmtFromStream()
3648 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3656 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3662 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3669 CollapsedNum, Empty); in ReadStmtFromStream()
3677 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3685 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3693 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3699 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3704 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3709 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3716 CollapsedNum, Empty); in ReadStmtFromStream()
3724 CollapsedNum, Empty); in ReadStmtFromStream()
3732 CollapsedNum, Empty); in ReadStmtFromStream()
3740 CollapsedNum, Empty); in ReadStmtFromStream()
3748 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3755 /*HasFPFeatures=*/Record[ASTStmtReader::NumExprFields + 1], Empty); in ReadStmtFromStream()
3761 /*HasFPFeatures=*/Record[ASTStmtReader::NumExprFields + 1], Empty); in ReadStmtFromStream()
3765 S = new (Context) CXXRewrittenBinaryOperator(Empty); in ReadStmtFromStream()
3775 S = new (Context) CXXInheritedCtorInitExpr(Empty); in ReadStmtFromStream()
3818 S = new (Context) BuiltinBitCastExpr(Empty); in ReadStmtFromStream()
3824 /*HasFPFeatures=*/Record[ASTStmtReader::NumExprFields + 1], Empty); in ReadStmtFromStream()
3828 S = new (Context) CXXStdInitializerListExpr(Empty); in ReadStmtFromStream()
3832 S = new (Context) CXXBoolLiteralExpr(Empty); in ReadStmtFromStream()
3836 S = new (Context) CXXNullPtrLiteralExpr(Empty); in ReadStmtFromStream()
3840 S = new (Context) CXXTypeidExpr(Empty, true); in ReadStmtFromStream()
3844 S = new (Context) CXXTypeidExpr(Empty, false); in ReadStmtFromStream()
3848 S = new (Context) CXXUuidofExpr(Empty, true); in ReadStmtFromStream()
3852 S = new (Context) MSPropertyRefExpr(Empty); in ReadStmtFromStream()
3856 S = new (Context) MSPropertySubscriptExpr(Empty); in ReadStmtFromStream()
3860 S = new (Context) CXXUuidofExpr(Empty, false); in ReadStmtFromStream()
3864 S = new (Context) CXXThisExpr(Empty); in ReadStmtFromStream()
3868 S = new (Context) CXXThrowExpr(Empty); in ReadStmtFromStream()
3882 S = new (Context) CXXBindTemporaryExpr(Empty); in ReadStmtFromStream()
3886 S = new (Context) CXXScalarValueInitExpr(Empty); in ReadStmtFromStream()
3899 S = new (Context) CXXDeleteExpr(Empty); in ReadStmtFromStream()
3903 S = new (Context) CXXPseudoDestructorExpr(Empty); in ReadStmtFromStream()
3907 S = ExprWithCleanups::Create(Context, Empty, in ReadStmtFromStream()
3961 S = new (Context) ArrayTypeTraitExpr(Empty); in ReadStmtFromStream()
3965 S = new (Context) ExpressionTraitExpr(Empty); in ReadStmtFromStream()
3969 S = new (Context) CXXNoexceptExpr(Empty); in ReadStmtFromStream()
3973 S = new (Context) PackExpansionExpr(Empty); in ReadStmtFromStream()
3983 S = new (Context) SubstNonTypeTemplateParmExpr(Empty); in ReadStmtFromStream()
3987 S = new (Context) SubstNonTypeTemplateParmPackExpr(Empty); in ReadStmtFromStream()
3996 S = new (Context) MaterializeTemporaryExpr(Empty); in ReadStmtFromStream()
4000 S = new (Context) CXXFoldExpr(Empty); in ReadStmtFromStream()
4005 Context, /*numExprs=*/Record[ASTStmtReader::NumExprFields], Empty); in ReadStmtFromStream()
4009 S = new (Context) OpaqueValueExpr(Empty); in ReadStmtFromStream()
4015 /*HasFPFeatures=*/Record[ASTStmtReader::NumExprFields + 1], Empty); in ReadStmtFromStream()
4019 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
4024 S = PseudoObjectExpr::Create(Context, Empty, numSemanticExprs); in ReadStmtFromStream()
4029 S = new (Context) AtomicExpr(Empty); in ReadStmtFromStream()
4040 S = CoroutineBodyStmt::Create(Context, Empty, NumParams); in ReadStmtFromStream()
4045 S = new (Context) CoreturnStmt(Empty); in ReadStmtFromStream()
4049 S = new (Context) CoawaitExpr(Empty); in ReadStmtFromStream()
4053 S = new (Context) CoyieldExpr(Empty); in ReadStmtFromStream()
4057 S = new (Context) DependentCoawaitExpr(Empty); in ReadStmtFromStream()
4061 S = new (Context) ConceptSpecializationExpr(Empty); in ReadStmtFromStream()
4068 S = RequiresExpr::Create(Context, Empty, numLocalParameters, in ReadStmtFromStream()