Lines Matching refs:Empty

2515   Stmt::EmptyShell Empty;  in ReadStmtFromStream()  local
2554 S = new (Context) NullStmt(Empty); in ReadStmtFromStream()
2558 S = new (Context) CompoundStmt(Empty); in ReadStmtFromStream()
2562 S = new (Context) CaseStmt(Empty); in ReadStmtFromStream()
2566 S = new (Context) DefaultStmt(Empty); in ReadStmtFromStream()
2570 S = new (Context) LabelStmt(Empty); in ReadStmtFromStream()
2580 S = new (Context) IfStmt(Empty); in ReadStmtFromStream()
2584 S = new (Context) SwitchStmt(Empty); in ReadStmtFromStream()
2588 S = new (Context) WhileStmt(Empty); in ReadStmtFromStream()
2592 S = new (Context) DoStmt(Empty); in ReadStmtFromStream()
2596 S = new (Context) ForStmt(Empty); in ReadStmtFromStream()
2600 S = new (Context) GotoStmt(Empty); in ReadStmtFromStream()
2604 S = new (Context) IndirectGotoStmt(Empty); in ReadStmtFromStream()
2608 S = new (Context) ContinueStmt(Empty); in ReadStmtFromStream()
2612 S = new (Context) BreakStmt(Empty); in ReadStmtFromStream()
2616 S = new (Context) ReturnStmt(Empty); in ReadStmtFromStream()
2620 S = new (Context) DeclStmt(Empty); in ReadStmtFromStream()
2624 S = new (Context) GCCAsmStmt(Empty); in ReadStmtFromStream()
2628 S = new (Context) MSAsmStmt(Empty); in ReadStmtFromStream()
2637 S = new (Context) PredefinedExpr(Empty); in ReadStmtFromStream()
2651 S = IntegerLiteral::Create(Context, Empty); in ReadStmtFromStream()
2655 S = FloatingLiteral::Create(Context, Empty); in ReadStmtFromStream()
2659 S = new (Context) ImaginaryLiteral(Empty); in ReadStmtFromStream()
2668 S = new (Context) CharacterLiteral(Empty); in ReadStmtFromStream()
2672 S = new (Context) ParenExpr(Empty); in ReadStmtFromStream()
2676 S = new (Context) ParenListExpr(Empty); in ReadStmtFromStream()
2680 S = new (Context) UnaryOperator(Empty); in ReadStmtFromStream()
2690 S = new (Context) UnaryExprOrTypeTraitExpr(Empty); in ReadStmtFromStream()
2694 S = new (Context) ArraySubscriptExpr(Empty); in ReadStmtFromStream()
2698 S = new (Context) OMPArraySectionExpr(Empty); in ReadStmtFromStream()
2702 S = new (Context) CallExpr(Context, Stmt::CallExprClass, Empty); in ReadStmtFromStream()
2756 S = new (Context) BinaryOperator(Empty); in ReadStmtFromStream()
2760 S = new (Context) CompoundAssignOperator(Empty); in ReadStmtFromStream()
2764 S = new (Context) ConditionalOperator(Empty); in ReadStmtFromStream()
2768 S = new (Context) BinaryConditionalOperator(Empty); in ReadStmtFromStream()
2782 S = new (Context) CompoundLiteralExpr(Empty); in ReadStmtFromStream()
2786 S = new (Context) ExtVectorElementExpr(Empty); in ReadStmtFromStream()
2790 S = new (Context) InitListExpr(Empty); in ReadStmtFromStream()
2800 S = new (Context) DesignatedInitUpdateExpr(Empty); in ReadStmtFromStream()
2804 S = new (Context) ImplicitValueInitExpr(Empty); in ReadStmtFromStream()
2808 S = new (Context) NoInitExpr(Empty); in ReadStmtFromStream()
2812 S = new (Context) VAArgExpr(Empty); in ReadStmtFromStream()
2816 S = new (Context) AddrLabelExpr(Empty); in ReadStmtFromStream()
2820 S = new (Context) StmtExpr(Empty); in ReadStmtFromStream()
2824 S = new (Context) ChooseExpr(Empty); in ReadStmtFromStream()
2828 S = new (Context) GNUNullExpr(Empty); in ReadStmtFromStream()
2832 S = new (Context) ShuffleVectorExpr(Empty); in ReadStmtFromStream()
2836 S = new (Context) ConvertVectorExpr(Empty); in ReadStmtFromStream()
2840 S = new (Context) BlockExpr(Empty); in ReadStmtFromStream()
2844 S = new (Context) GenericSelectionExpr(Empty); in ReadStmtFromStream()
2848 S = new (Context) ObjCStringLiteral(Empty); in ReadStmtFromStream()
2851 S = new (Context) ObjCBoxedExpr(Empty); in ReadStmtFromStream()
2863 S = new (Context) ObjCEncodeExpr(Empty); in ReadStmtFromStream()
2866 S = new (Context) ObjCSelectorExpr(Empty); in ReadStmtFromStream()
2869 S = new (Context) ObjCProtocolExpr(Empty); in ReadStmtFromStream()
2872 S = new (Context) ObjCIvarRefExpr(Empty); in ReadStmtFromStream()
2875 S = new (Context) ObjCPropertyRefExpr(Empty); in ReadStmtFromStream()
2878 S = new (Context) ObjCSubscriptRefExpr(Empty); in ReadStmtFromStream()
2888 S = new (Context) ObjCIsaExpr(Empty); in ReadStmtFromStream()
2891 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
2894 S = new (Context) ObjCBridgedCastExpr(Empty); in ReadStmtFromStream()
2897 S = new (Context) ObjCForCollectionStmt(Empty); in ReadStmtFromStream()
2900 S = new (Context) ObjCAtCatchStmt(Empty); in ReadStmtFromStream()
2903 S = new (Context) ObjCAtFinallyStmt(Empty); in ReadStmtFromStream()
2911 S = new (Context) ObjCAtSynchronizedStmt(Empty); in ReadStmtFromStream()
2914 S = new (Context) ObjCAtThrowStmt(Empty); in ReadStmtFromStream()
2917 S = new (Context) ObjCAutoreleasePoolStmt(Empty); in ReadStmtFromStream()
2920 S = new (Context) ObjCBoolLiteralExpr(Empty); in ReadStmtFromStream()
2923 S = new (Context) SEHLeaveStmt(Empty); in ReadStmtFromStream()
2926 S = new (Context) SEHExceptStmt(Empty); in ReadStmtFromStream()
2929 S = new (Context) SEHFinallyStmt(Empty); in ReadStmtFromStream()
2932 S = new (Context) SEHTryStmt(Empty); in ReadStmtFromStream()
2935 S = new (Context) CXXCatchStmt(Empty); in ReadStmtFromStream()
2939 S = CXXTryStmt::Create(Context, Empty, in ReadStmtFromStream()
2944 S = new (Context) CXXForRangeStmt(Empty); in ReadStmtFromStream()
2958 Empty); in ReadStmtFromStream()
2965 CollapsedNum, Empty); in ReadStmtFromStream()
2973 Empty); in ReadStmtFromStream()
2981 Empty); in ReadStmtFromStream()
2987 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
2991 S = OMPSectionDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2996 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3000 S = OMPMasterDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3005 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3012 CollapsedNum, Empty); in ReadStmtFromStream()
3020 CollapsedNum, Empty); in ReadStmtFromStream()
3026 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3031 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3035 S = OMPTaskyieldDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3039 S = OMPBarrierDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3043 S = OMPTaskwaitDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3047 S = OMPTaskgroupDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3052 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3057 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3062 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3067 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3072 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3077 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3081 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
3086 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3093 Empty); in ReadStmtFromStream()
3101 CollapsedNum, Empty); in ReadStmtFromStream()
3109 Empty); in ReadStmtFromStream()
3114 S = new (Context) CXXOperatorCallExpr(Context, Empty); in ReadStmtFromStream()
3118 S = new (Context) CXXMemberCallExpr(Context, Empty); in ReadStmtFromStream()
3122 S = new (Context) CXXConstructExpr(Empty); in ReadStmtFromStream()
3126 S = new (Context) CXXTemporaryObjectExpr(Empty); in ReadStmtFromStream()
3154 S = new (Context) UserDefinedLiteral(Context, Empty); in ReadStmtFromStream()
3158 S = new (Context) CXXStdInitializerListExpr(Empty); in ReadStmtFromStream()
3162 S = new (Context) CXXBoolLiteralExpr(Empty); in ReadStmtFromStream()
3166 S = new (Context) CXXNullPtrLiteralExpr(Empty); in ReadStmtFromStream()
3169 S = new (Context) CXXTypeidExpr(Empty, true); in ReadStmtFromStream()
3172 S = new (Context) CXXTypeidExpr(Empty, false); in ReadStmtFromStream()
3175 S = new (Context) CXXUuidofExpr(Empty, true); in ReadStmtFromStream()
3178 S = new (Context) MSPropertyRefExpr(Empty); in ReadStmtFromStream()
3181 S = new (Context) MSPropertySubscriptExpr(Empty); in ReadStmtFromStream()
3184 S = new (Context) CXXUuidofExpr(Empty, false); in ReadStmtFromStream()
3187 S = new (Context) CXXThisExpr(Empty); in ReadStmtFromStream()
3190 S = new (Context) CXXThrowExpr(Empty); in ReadStmtFromStream()
3199 S = new (Context) CXXDefaultArgExpr(Empty); in ReadStmtFromStream()
3203 S = new (Context) CXXDefaultInitExpr(Empty); in ReadStmtFromStream()
3206 S = new (Context) CXXBindTemporaryExpr(Empty); in ReadStmtFromStream()
3210 S = new (Context) CXXScalarValueInitExpr(Empty); in ReadStmtFromStream()
3213 S = new (Context) CXXNewExpr(Empty); in ReadStmtFromStream()
3216 S = new (Context) CXXDeleteExpr(Empty); in ReadStmtFromStream()
3219 S = new (Context) CXXPseudoDestructorExpr(Empty); in ReadStmtFromStream()
3223 S = ExprWithCleanups::Create(Context, Empty, in ReadStmtFromStream()
3270 S = new (Context) ArrayTypeTraitExpr(Empty); in ReadStmtFromStream()
3274 S = new (Context) ExpressionTraitExpr(Empty); in ReadStmtFromStream()
3278 S = new (Context) CXXNoexceptExpr(Empty); in ReadStmtFromStream()
3282 S = new (Context) PackExpansionExpr(Empty); in ReadStmtFromStream()
3292 S = new (Context) SubstNonTypeTemplateParmExpr(Empty); in ReadStmtFromStream()
3296 S = new (Context) SubstNonTypeTemplateParmPackExpr(Empty); in ReadStmtFromStream()
3305 S = new (Context) MaterializeTemporaryExpr(Empty); in ReadStmtFromStream()
3309 S = new (Context) CXXFoldExpr(Empty); in ReadStmtFromStream()
3313 S = new (Context) OpaqueValueExpr(Empty); in ReadStmtFromStream()
3317 S = new (Context) CUDAKernelCallExpr(Context, Empty); in ReadStmtFromStream()
3321 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
3326 S = PseudoObjectExpr::Create(Context, Empty, numSemanticExprs); in ReadStmtFromStream()
3331 S = new (Context) AtomicExpr(Empty); in ReadStmtFromStream()