Lines Matching refs:Empty

2722   Stmt::EmptyShell Empty;  in ReadStmtFromStream()  local
2771 S = new (Context) NullStmt(Empty); in ReadStmtFromStream()
2787 S = new (Context) DefaultStmt(Empty); in ReadStmtFromStream()
2791 S = new (Context) LabelStmt(Empty); in ReadStmtFromStream()
2822 S = new (Context) DoStmt(Empty); in ReadStmtFromStream()
2826 S = new (Context) ForStmt(Empty); in ReadStmtFromStream()
2830 S = new (Context) GotoStmt(Empty); in ReadStmtFromStream()
2834 S = new (Context) IndirectGotoStmt(Empty); in ReadStmtFromStream()
2838 S = new (Context) ContinueStmt(Empty); in ReadStmtFromStream()
2842 S = new (Context) BreakStmt(Empty); in ReadStmtFromStream()
2851 S = new (Context) DeclStmt(Empty); in ReadStmtFromStream()
2855 S = new (Context) GCCAsmStmt(Empty); in ReadStmtFromStream()
2859 S = new (Context) MSAsmStmt(Empty); in ReadStmtFromStream()
2894 S = IntegerLiteral::Create(Context, Empty); in ReadStmtFromStream()
2898 S = FixedPointLiteral::Create(Context, Empty); in ReadStmtFromStream()
2902 S = FloatingLiteral::Create(Context, Empty); in ReadStmtFromStream()
2906 S = new (Context) ImaginaryLiteral(Empty); in ReadStmtFromStream()
2918 S = new (Context) CharacterLiteral(Empty); in ReadStmtFromStream()
2922 S = new (Context) ParenExpr(Empty); in ReadStmtFromStream()
2943 S = new (Context) UnaryExprOrTypeTraitExpr(Empty); in ReadStmtFromStream()
2947 S = new (Context) ArraySubscriptExpr(Empty); in ReadStmtFromStream()
2951 S = new (Context) MatrixSubscriptExpr(Empty); in ReadStmtFromStream()
2955 S = new (Context) OMPArraySectionExpr(Empty); in ReadStmtFromStream()
2971 /*HasFPFeatures=*/Record[ASTStmtReader::NumExprFields + 1], Empty); in ReadStmtFromStream()
2997 S = new (Context) ConditionalOperator(Empty); in ReadStmtFromStream()
3001 S = new (Context) BinaryConditionalOperator(Empty); in ReadStmtFromStream()
3019 S = new (Context) CompoundLiteralExpr(Empty); in ReadStmtFromStream()
3023 S = new (Context) ExtVectorElementExpr(Empty); in ReadStmtFromStream()
3027 S = new (Context) InitListExpr(Empty); in ReadStmtFromStream()
3037 S = new (Context) DesignatedInitUpdateExpr(Empty); in ReadStmtFromStream()
3041 S = new (Context) ImplicitValueInitExpr(Empty); in ReadStmtFromStream()
3045 S = new (Context) NoInitExpr(Empty); in ReadStmtFromStream()
3049 S = new (Context) ArrayInitLoopExpr(Empty); in ReadStmtFromStream()
3053 S = new (Context) ArrayInitIndexExpr(Empty); in ReadStmtFromStream()
3057 S = new (Context) VAArgExpr(Empty); in ReadStmtFromStream()
3061 S = new (Context) SourceLocExpr(Empty); in ReadStmtFromStream()
3065 S = new (Context) AddrLabelExpr(Empty); in ReadStmtFromStream()
3069 S = new (Context) StmtExpr(Empty); in ReadStmtFromStream()
3073 S = new (Context) ChooseExpr(Empty); in ReadStmtFromStream()
3077 S = new (Context) GNUNullExpr(Empty); in ReadStmtFromStream()
3081 S = new (Context) ShuffleVectorExpr(Empty); in ReadStmtFromStream()
3085 S = new (Context) ConvertVectorExpr(Empty); in ReadStmtFromStream()
3089 S = new (Context) BlockExpr(Empty); in ReadStmtFromStream()
3099 S = new (Context) ObjCStringLiteral(Empty); in ReadStmtFromStream()
3103 S = new (Context) ObjCBoxedExpr(Empty); in ReadStmtFromStream()
3118 S = new (Context) ObjCEncodeExpr(Empty); in ReadStmtFromStream()
3122 S = new (Context) ObjCSelectorExpr(Empty); in ReadStmtFromStream()
3126 S = new (Context) ObjCProtocolExpr(Empty); in ReadStmtFromStream()
3130 S = new (Context) ObjCIvarRefExpr(Empty); in ReadStmtFromStream()
3134 S = new (Context) ObjCPropertyRefExpr(Empty); in ReadStmtFromStream()
3138 S = new (Context) ObjCSubscriptRefExpr(Empty); in ReadStmtFromStream()
3151 S = new (Context) ObjCIsaExpr(Empty); in ReadStmtFromStream()
3155 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
3159 S = new (Context) ObjCBridgedCastExpr(Empty); in ReadStmtFromStream()
3163 S = new (Context) ObjCForCollectionStmt(Empty); in ReadStmtFromStream()
3167 S = new (Context) ObjCAtCatchStmt(Empty); in ReadStmtFromStream()
3171 S = new (Context) ObjCAtFinallyStmt(Empty); in ReadStmtFromStream()
3181 S = new (Context) ObjCAtSynchronizedStmt(Empty); in ReadStmtFromStream()
3185 S = new (Context) ObjCAtThrowStmt(Empty); in ReadStmtFromStream()
3189 S = new (Context) ObjCAutoreleasePoolStmt(Empty); in ReadStmtFromStream()
3193 S = new (Context) ObjCBoolLiteralExpr(Empty); in ReadStmtFromStream()
3197 S = new (Context) ObjCAvailabilityCheckExpr(Empty); in ReadStmtFromStream()
3201 S = new (Context) SEHLeaveStmt(Empty); in ReadStmtFromStream()
3205 S = new (Context) SEHExceptStmt(Empty); in ReadStmtFromStream()
3209 S = new (Context) SEHFinallyStmt(Empty); in ReadStmtFromStream()
3213 S = new (Context) SEHTryStmt(Empty); in ReadStmtFromStream()
3217 S = new (Context) CXXCatchStmt(Empty); in ReadStmtFromStream()
3221 S = CXXTryStmt::Create(Context, Empty, in ReadStmtFromStream()
3226 S = new (Context) CXXForRangeStmt(Empty); in ReadStmtFromStream()
3242 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3249 Empty); in ReadStmtFromStream()
3256 CollapsedNum, Empty); in ReadStmtFromStream()
3278 Empty); in ReadStmtFromStream()
3286 Empty); in ReadStmtFromStream()
3292 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3296 S = OMPSectionDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3301 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3305 S = OMPMasterDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3310 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3317 CollapsedNum, Empty); in ReadStmtFromStream()
3325 CollapsedNum, Empty); in ReadStmtFromStream()
3331 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3336 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3341 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3346 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3350 S = OMPTaskyieldDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3354 S = OMPBarrierDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3359 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3364 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3369 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3374 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3379 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3386 !HasAssociatedStmt, Empty); in ReadStmtFromStream()
3392 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3397 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3402 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3407 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3412 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3417 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3424 CollapsedNum, Empty); in ReadStmtFromStream()
3430 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3435 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3439 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3444 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3451 Empty); in ReadStmtFromStream()
3459 CollapsedNum, Empty); in ReadStmtFromStream()
3467 CollapsedNum, Empty); in ReadStmtFromStream()
3475 CollapsedNum, Empty); in ReadStmtFromStream()
3483 CollapsedNum, Empty); in ReadStmtFromStream()
3491 CollapsedNum, Empty); in ReadStmtFromStream()
3499 CollapsedNum, Empty); in ReadStmtFromStream()
3507 CollapsedNum, Empty); in ReadStmtFromStream()
3515 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3523 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3531 Empty); in ReadStmtFromStream()
3539 CollapsedNum, Empty); in ReadStmtFromStream()
3548 Empty); in ReadStmtFromStream()
3556 CollapsedNum, Empty); in ReadStmtFromStream()
3564 CollapsedNum, Empty); in ReadStmtFromStream()
3572 Empty); in ReadStmtFromStream()
3580 CollapsedNum, Empty); in ReadStmtFromStream()
3588 CollapsedNum, Empty); in ReadStmtFromStream()
3596 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3604 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3610 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3617 CollapsedNum, Empty); in ReadStmtFromStream()
3625 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3633 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3641 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3647 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3652 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3657 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3664 CollapsedNum, Empty); in ReadStmtFromStream()
3672 CollapsedNum, Empty); in ReadStmtFromStream()
3680 CollapsedNum, Empty); in ReadStmtFromStream()
3688 CollapsedNum, Empty); in ReadStmtFromStream()
3696 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3703 /*HasFPFeatures=*/Record[ASTStmtReader::NumExprFields + 1], Empty); in ReadStmtFromStream()
3709 /*HasFPFeatures=*/Record[ASTStmtReader::NumExprFields + 1], Empty); in ReadStmtFromStream()
3713 S = new (Context) CXXRewrittenBinaryOperator(Empty); in ReadStmtFromStream()
3723 S = new (Context) CXXInheritedCtorInitExpr(Empty); in ReadStmtFromStream()
3766 S = new (Context) BuiltinBitCastExpr(Empty); in ReadStmtFromStream()
3772 /*HasFPFeatures=*/Record[ASTStmtReader::NumExprFields + 1], Empty); in ReadStmtFromStream()
3776 S = new (Context) CXXStdInitializerListExpr(Empty); in ReadStmtFromStream()
3780 S = new (Context) CXXBoolLiteralExpr(Empty); in ReadStmtFromStream()
3784 S = new (Context) CXXNullPtrLiteralExpr(Empty); in ReadStmtFromStream()
3788 S = new (Context) CXXTypeidExpr(Empty, true); in ReadStmtFromStream()
3792 S = new (Context) CXXTypeidExpr(Empty, false); in ReadStmtFromStream()
3796 S = new (Context) CXXUuidofExpr(Empty, true); in ReadStmtFromStream()
3800 S = new (Context) MSPropertyRefExpr(Empty); in ReadStmtFromStream()
3804 S = new (Context) MSPropertySubscriptExpr(Empty); in ReadStmtFromStream()
3808 S = new (Context) CXXUuidofExpr(Empty, false); in ReadStmtFromStream()
3812 S = new (Context) CXXThisExpr(Empty); in ReadStmtFromStream()
3816 S = new (Context) CXXThrowExpr(Empty); in ReadStmtFromStream()
3820 S = new (Context) CXXDefaultArgExpr(Empty); in ReadStmtFromStream()
3824 S = new (Context) CXXDefaultInitExpr(Empty); in ReadStmtFromStream()
3828 S = new (Context) CXXBindTemporaryExpr(Empty); in ReadStmtFromStream()
3832 S = new (Context) CXXScalarValueInitExpr(Empty); in ReadStmtFromStream()
3845 S = new (Context) CXXDeleteExpr(Empty); in ReadStmtFromStream()
3849 S = new (Context) CXXPseudoDestructorExpr(Empty); in ReadStmtFromStream()
3853 S = ExprWithCleanups::Create(Context, Empty, in ReadStmtFromStream()
3907 S = new (Context) ArrayTypeTraitExpr(Empty); in ReadStmtFromStream()
3911 S = new (Context) ExpressionTraitExpr(Empty); in ReadStmtFromStream()
3915 S = new (Context) CXXNoexceptExpr(Empty); in ReadStmtFromStream()
3919 S = new (Context) PackExpansionExpr(Empty); in ReadStmtFromStream()
3929 S = new (Context) SubstNonTypeTemplateParmExpr(Empty); in ReadStmtFromStream()
3933 S = new (Context) SubstNonTypeTemplateParmPackExpr(Empty); in ReadStmtFromStream()
3942 S = new (Context) MaterializeTemporaryExpr(Empty); in ReadStmtFromStream()
3946 S = new (Context) CXXFoldExpr(Empty); in ReadStmtFromStream()
3950 S = new (Context) OpaqueValueExpr(Empty); in ReadStmtFromStream()
3956 /*HasFPFeatures=*/Record[ASTStmtReader::NumExprFields + 1], Empty); in ReadStmtFromStream()
3960 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
3965 S = PseudoObjectExpr::Create(Context, Empty, numSemanticExprs); in ReadStmtFromStream()
3970 S = new (Context) AtomicExpr(Empty); in ReadStmtFromStream()
3981 S = CoroutineBodyStmt::Create(Context, Empty, NumParams); in ReadStmtFromStream()
3986 S = new (Context) CoreturnStmt(Empty); in ReadStmtFromStream()
3990 S = new (Context) CoawaitExpr(Empty); in ReadStmtFromStream()
3994 S = new (Context) CoyieldExpr(Empty); in ReadStmtFromStream()
3998 S = new (Context) DependentCoawaitExpr(Empty); in ReadStmtFromStream()
4003 S = ConceptSpecializationExpr::Create(Context, Empty, numTemplateArgs); in ReadStmtFromStream()
4010 S = RequiresExpr::Create(Context, Empty, numLocalParameters, in ReadStmtFromStream()