Lines Matching refs:Empty

2655   Stmt::EmptyShell Empty;  in ReadStmtFromStream()  local
2704 S = new (Context) NullStmt(Empty); in ReadStmtFromStream()
2719 S = new (Context) DefaultStmt(Empty); in ReadStmtFromStream()
2723 S = new (Context) LabelStmt(Empty); in ReadStmtFromStream()
2754 S = new (Context) DoStmt(Empty); in ReadStmtFromStream()
2758 S = new (Context) ForStmt(Empty); in ReadStmtFromStream()
2762 S = new (Context) GotoStmt(Empty); in ReadStmtFromStream()
2766 S = new (Context) IndirectGotoStmt(Empty); in ReadStmtFromStream()
2770 S = new (Context) ContinueStmt(Empty); in ReadStmtFromStream()
2774 S = new (Context) BreakStmt(Empty); in ReadStmtFromStream()
2783 S = new (Context) DeclStmt(Empty); in ReadStmtFromStream()
2787 S = new (Context) GCCAsmStmt(Empty); in ReadStmtFromStream()
2791 S = new (Context) MSAsmStmt(Empty); in ReadStmtFromStream()
2822 S = IntegerLiteral::Create(Context, Empty); in ReadStmtFromStream()
2826 S = FixedPointLiteral::Create(Context, Empty); in ReadStmtFromStream()
2830 S = FloatingLiteral::Create(Context, Empty); in ReadStmtFromStream()
2834 S = new (Context) ImaginaryLiteral(Empty); in ReadStmtFromStream()
2846 S = new (Context) CharacterLiteral(Empty); in ReadStmtFromStream()
2850 S = new (Context) ParenExpr(Empty); in ReadStmtFromStream()
2871 S = new (Context) UnaryExprOrTypeTraitExpr(Empty); in ReadStmtFromStream()
2875 S = new (Context) ArraySubscriptExpr(Empty); in ReadStmtFromStream()
2879 S = new (Context) MatrixSubscriptExpr(Empty); in ReadStmtFromStream()
2883 S = new (Context) OMPArraySectionExpr(Empty); in ReadStmtFromStream()
2899 /*HasFPFeatures=*/Record[ASTStmtReader::NumExprFields + 1], Empty); in ReadStmtFromStream()
2925 S = new (Context) ConditionalOperator(Empty); in ReadStmtFromStream()
2929 S = new (Context) BinaryConditionalOperator(Empty); in ReadStmtFromStream()
2947 S = new (Context) CompoundLiteralExpr(Empty); in ReadStmtFromStream()
2951 S = new (Context) ExtVectorElementExpr(Empty); in ReadStmtFromStream()
2955 S = new (Context) InitListExpr(Empty); in ReadStmtFromStream()
2965 S = new (Context) DesignatedInitUpdateExpr(Empty); in ReadStmtFromStream()
2969 S = new (Context) ImplicitValueInitExpr(Empty); in ReadStmtFromStream()
2973 S = new (Context) NoInitExpr(Empty); in ReadStmtFromStream()
2977 S = new (Context) ArrayInitLoopExpr(Empty); in ReadStmtFromStream()
2981 S = new (Context) ArrayInitIndexExpr(Empty); in ReadStmtFromStream()
2985 S = new (Context) VAArgExpr(Empty); in ReadStmtFromStream()
2989 S = new (Context) SourceLocExpr(Empty); in ReadStmtFromStream()
2993 S = new (Context) AddrLabelExpr(Empty); in ReadStmtFromStream()
2997 S = new (Context) StmtExpr(Empty); in ReadStmtFromStream()
3001 S = new (Context) ChooseExpr(Empty); in ReadStmtFromStream()
3005 S = new (Context) GNUNullExpr(Empty); in ReadStmtFromStream()
3009 S = new (Context) ShuffleVectorExpr(Empty); in ReadStmtFromStream()
3013 S = new (Context) ConvertVectorExpr(Empty); in ReadStmtFromStream()
3017 S = new (Context) BlockExpr(Empty); in ReadStmtFromStream()
3027 S = new (Context) ObjCStringLiteral(Empty); in ReadStmtFromStream()
3031 S = new (Context) ObjCBoxedExpr(Empty); in ReadStmtFromStream()
3046 S = new (Context) ObjCEncodeExpr(Empty); in ReadStmtFromStream()
3050 S = new (Context) ObjCSelectorExpr(Empty); in ReadStmtFromStream()
3054 S = new (Context) ObjCProtocolExpr(Empty); in ReadStmtFromStream()
3058 S = new (Context) ObjCIvarRefExpr(Empty); in ReadStmtFromStream()
3062 S = new (Context) ObjCPropertyRefExpr(Empty); in ReadStmtFromStream()
3066 S = new (Context) ObjCSubscriptRefExpr(Empty); in ReadStmtFromStream()
3079 S = new (Context) ObjCIsaExpr(Empty); in ReadStmtFromStream()
3083 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
3087 S = new (Context) ObjCBridgedCastExpr(Empty); in ReadStmtFromStream()
3091 S = new (Context) ObjCForCollectionStmt(Empty); in ReadStmtFromStream()
3095 S = new (Context) ObjCAtCatchStmt(Empty); in ReadStmtFromStream()
3099 S = new (Context) ObjCAtFinallyStmt(Empty); in ReadStmtFromStream()
3109 S = new (Context) ObjCAtSynchronizedStmt(Empty); in ReadStmtFromStream()
3113 S = new (Context) ObjCAtThrowStmt(Empty); in ReadStmtFromStream()
3117 S = new (Context) ObjCAutoreleasePoolStmt(Empty); in ReadStmtFromStream()
3121 S = new (Context) ObjCBoolLiteralExpr(Empty); in ReadStmtFromStream()
3125 S = new (Context) ObjCAvailabilityCheckExpr(Empty); in ReadStmtFromStream()
3129 S = new (Context) SEHLeaveStmt(Empty); in ReadStmtFromStream()
3133 S = new (Context) SEHExceptStmt(Empty); in ReadStmtFromStream()
3137 S = new (Context) SEHFinallyStmt(Empty); in ReadStmtFromStream()
3141 S = new (Context) SEHTryStmt(Empty); in ReadStmtFromStream()
3145 S = new (Context) CXXCatchStmt(Empty); in ReadStmtFromStream()
3149 S = CXXTryStmt::Create(Context, Empty, in ReadStmtFromStream()
3154 S = new (Context) CXXForRangeStmt(Empty); in ReadStmtFromStream()
3172 Empty); in ReadStmtFromStream()
3179 CollapsedNum, Empty); in ReadStmtFromStream()
3194 Empty); in ReadStmtFromStream()
3202 Empty); in ReadStmtFromStream()
3208 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3212 S = OMPSectionDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3217 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3221 S = OMPMasterDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3226 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3233 CollapsedNum, Empty); in ReadStmtFromStream()
3241 CollapsedNum, Empty); in ReadStmtFromStream()
3247 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3252 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3257 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3261 S = OMPTaskyieldDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3265 S = OMPBarrierDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3269 S = OMPTaskwaitDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3274 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3279 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3284 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3289 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3296 !HasAssociatedStmt, Empty); in ReadStmtFromStream()
3302 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3307 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3312 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3317 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3322 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3327 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3334 CollapsedNum, Empty); in ReadStmtFromStream()
3340 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3345 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3349 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3354 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3361 Empty); in ReadStmtFromStream()
3369 CollapsedNum, Empty); in ReadStmtFromStream()
3377 CollapsedNum, Empty); in ReadStmtFromStream()
3385 CollapsedNum, Empty); in ReadStmtFromStream()
3393 CollapsedNum, Empty); in ReadStmtFromStream()
3401 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3409 Empty); in ReadStmtFromStream()
3417 CollapsedNum, Empty); in ReadStmtFromStream()
3426 Empty); in ReadStmtFromStream()
3434 CollapsedNum, Empty); in ReadStmtFromStream()
3442 CollapsedNum, Empty); in ReadStmtFromStream()
3450 Empty); in ReadStmtFromStream()
3458 CollapsedNum, Empty); in ReadStmtFromStream()
3466 CollapsedNum, Empty); in ReadStmtFromStream()
3474 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3482 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3488 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3495 CollapsedNum, Empty); in ReadStmtFromStream()
3503 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3511 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3519 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3525 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3530 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3535 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3541 /*HasFPFeatures=*/Record[ASTStmtReader::NumExprFields + 1], Empty); in ReadStmtFromStream()
3547 /*HasFPFeatures=*/Record[ASTStmtReader::NumExprFields + 1], Empty); in ReadStmtFromStream()
3551 S = new (Context) CXXRewrittenBinaryOperator(Empty); in ReadStmtFromStream()
3561 S = new (Context) CXXInheritedCtorInitExpr(Empty); in ReadStmtFromStream()
3604 S = new (Context) BuiltinBitCastExpr(Empty); in ReadStmtFromStream()
3610 /*HasFPFeatures=*/Record[ASTStmtReader::NumExprFields + 1], Empty); in ReadStmtFromStream()
3614 S = new (Context) CXXStdInitializerListExpr(Empty); in ReadStmtFromStream()
3618 S = new (Context) CXXBoolLiteralExpr(Empty); in ReadStmtFromStream()
3622 S = new (Context) CXXNullPtrLiteralExpr(Empty); in ReadStmtFromStream()
3626 S = new (Context) CXXTypeidExpr(Empty, true); in ReadStmtFromStream()
3630 S = new (Context) CXXTypeidExpr(Empty, false); in ReadStmtFromStream()
3634 S = new (Context) CXXUuidofExpr(Empty, true); in ReadStmtFromStream()
3638 S = new (Context) MSPropertyRefExpr(Empty); in ReadStmtFromStream()
3642 S = new (Context) MSPropertySubscriptExpr(Empty); in ReadStmtFromStream()
3646 S = new (Context) CXXUuidofExpr(Empty, false); in ReadStmtFromStream()
3650 S = new (Context) CXXThisExpr(Empty); in ReadStmtFromStream()
3654 S = new (Context) CXXThrowExpr(Empty); in ReadStmtFromStream()
3658 S = new (Context) CXXDefaultArgExpr(Empty); in ReadStmtFromStream()
3662 S = new (Context) CXXDefaultInitExpr(Empty); in ReadStmtFromStream()
3666 S = new (Context) CXXBindTemporaryExpr(Empty); in ReadStmtFromStream()
3670 S = new (Context) CXXScalarValueInitExpr(Empty); in ReadStmtFromStream()
3683 S = new (Context) CXXDeleteExpr(Empty); in ReadStmtFromStream()
3687 S = new (Context) CXXPseudoDestructorExpr(Empty); in ReadStmtFromStream()
3691 S = ExprWithCleanups::Create(Context, Empty, in ReadStmtFromStream()
3745 S = new (Context) ArrayTypeTraitExpr(Empty); in ReadStmtFromStream()
3749 S = new (Context) ExpressionTraitExpr(Empty); in ReadStmtFromStream()
3753 S = new (Context) CXXNoexceptExpr(Empty); in ReadStmtFromStream()
3757 S = new (Context) PackExpansionExpr(Empty); in ReadStmtFromStream()
3767 S = new (Context) SubstNonTypeTemplateParmExpr(Empty); in ReadStmtFromStream()
3771 S = new (Context) SubstNonTypeTemplateParmPackExpr(Empty); in ReadStmtFromStream()
3780 S = new (Context) MaterializeTemporaryExpr(Empty); in ReadStmtFromStream()
3784 S = new (Context) CXXFoldExpr(Empty); in ReadStmtFromStream()
3788 S = new (Context) OpaqueValueExpr(Empty); in ReadStmtFromStream()
3794 /*HasFPFeatures=*/Record[ASTStmtReader::NumExprFields + 1], Empty); in ReadStmtFromStream()
3798 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
3803 S = PseudoObjectExpr::Create(Context, Empty, numSemanticExprs); in ReadStmtFromStream()
3808 S = new (Context) AtomicExpr(Empty); in ReadStmtFromStream()
3819 S = CoroutineBodyStmt::Create(Context, Empty, NumParams); in ReadStmtFromStream()
3824 S = new (Context) CoreturnStmt(Empty); in ReadStmtFromStream()
3828 S = new (Context) CoawaitExpr(Empty); in ReadStmtFromStream()
3832 S = new (Context) CoyieldExpr(Empty); in ReadStmtFromStream()
3836 S = new (Context) DependentCoawaitExpr(Empty); in ReadStmtFromStream()
3841 S = ConceptSpecializationExpr::Create(Context, Empty, numTemplateArgs); in ReadStmtFromStream()
3848 S = RequiresExpr::Create(Context, Empty, numLocalParameters, in ReadStmtFromStream()