Lines Matching refs:Empty
2318 Stmt::EmptyShell Empty; in ReadStmtFromStream() local
2356 S = new (Context) NullStmt(Empty); in ReadStmtFromStream()
2371 S = new (Context) DefaultStmt(Empty); in ReadStmtFromStream()
2375 S = new (Context) LabelStmt(Empty); in ReadStmtFromStream()
2406 S = new (Context) DoStmt(Empty); in ReadStmtFromStream()
2410 S = new (Context) ForStmt(Empty); in ReadStmtFromStream()
2414 S = new (Context) GotoStmt(Empty); in ReadStmtFromStream()
2418 S = new (Context) IndirectGotoStmt(Empty); in ReadStmtFromStream()
2422 S = new (Context) ContinueStmt(Empty); in ReadStmtFromStream()
2426 S = new (Context) BreakStmt(Empty); in ReadStmtFromStream()
2435 S = new (Context) DeclStmt(Empty); in ReadStmtFromStream()
2439 S = new (Context) GCCAsmStmt(Empty); in ReadStmtFromStream()
2443 S = new (Context) MSAsmStmt(Empty); in ReadStmtFromStream()
2452 S = new (Context) ConstantExpr(Empty); in ReadStmtFromStream()
2472 S = IntegerLiteral::Create(Context, Empty); in ReadStmtFromStream()
2476 S = FloatingLiteral::Create(Context, Empty); in ReadStmtFromStream()
2480 S = new (Context) ImaginaryLiteral(Empty); in ReadStmtFromStream()
2492 S = new (Context) CharacterLiteral(Empty); in ReadStmtFromStream()
2496 S = new (Context) ParenExpr(Empty); in ReadStmtFromStream()
2506 S = new (Context) UnaryOperator(Empty); in ReadStmtFromStream()
2516 S = new (Context) UnaryExprOrTypeTraitExpr(Empty); in ReadStmtFromStream()
2520 S = new (Context) ArraySubscriptExpr(Empty); in ReadStmtFromStream()
2524 S = new (Context) OMPArraySectionExpr(Empty); in ReadStmtFromStream()
2529 Context, /*NumArgs=*/Record[ASTStmtReader::NumExprFields], Empty); in ReadStmtFromStream()
2583 S = new (Context) BinaryOperator(Empty); in ReadStmtFromStream()
2587 S = new (Context) CompoundAssignOperator(Empty); in ReadStmtFromStream()
2591 S = new (Context) ConditionalOperator(Empty); in ReadStmtFromStream()
2595 S = new (Context) BinaryConditionalOperator(Empty); in ReadStmtFromStream()
2609 S = new (Context) CompoundLiteralExpr(Empty); in ReadStmtFromStream()
2613 S = new (Context) ExtVectorElementExpr(Empty); in ReadStmtFromStream()
2617 S = new (Context) InitListExpr(Empty); in ReadStmtFromStream()
2627 S = new (Context) DesignatedInitUpdateExpr(Empty); in ReadStmtFromStream()
2631 S = new (Context) ImplicitValueInitExpr(Empty); in ReadStmtFromStream()
2635 S = new (Context) NoInitExpr(Empty); in ReadStmtFromStream()
2639 S = new (Context) ArrayInitLoopExpr(Empty); in ReadStmtFromStream()
2643 S = new (Context) ArrayInitIndexExpr(Empty); in ReadStmtFromStream()
2647 S = new (Context) VAArgExpr(Empty); in ReadStmtFromStream()
2651 S = new (Context) AddrLabelExpr(Empty); in ReadStmtFromStream()
2655 S = new (Context) StmtExpr(Empty); in ReadStmtFromStream()
2659 S = new (Context) ChooseExpr(Empty); in ReadStmtFromStream()
2663 S = new (Context) GNUNullExpr(Empty); in ReadStmtFromStream()
2667 S = new (Context) ShuffleVectorExpr(Empty); in ReadStmtFromStream()
2671 S = new (Context) ConvertVectorExpr(Empty); in ReadStmtFromStream()
2675 S = new (Context) BlockExpr(Empty); in ReadStmtFromStream()
2679 S = new (Context) GenericSelectionExpr(Empty); in ReadStmtFromStream()
2683 S = new (Context) ObjCStringLiteral(Empty); in ReadStmtFromStream()
2687 S = new (Context) ObjCBoxedExpr(Empty); in ReadStmtFromStream()
2702 S = new (Context) ObjCEncodeExpr(Empty); in ReadStmtFromStream()
2706 S = new (Context) ObjCSelectorExpr(Empty); in ReadStmtFromStream()
2710 S = new (Context) ObjCProtocolExpr(Empty); in ReadStmtFromStream()
2714 S = new (Context) ObjCIvarRefExpr(Empty); in ReadStmtFromStream()
2718 S = new (Context) ObjCPropertyRefExpr(Empty); in ReadStmtFromStream()
2722 S = new (Context) ObjCSubscriptRefExpr(Empty); in ReadStmtFromStream()
2735 S = new (Context) ObjCIsaExpr(Empty); in ReadStmtFromStream()
2739 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
2743 S = new (Context) ObjCBridgedCastExpr(Empty); in ReadStmtFromStream()
2747 S = new (Context) ObjCForCollectionStmt(Empty); in ReadStmtFromStream()
2751 S = new (Context) ObjCAtCatchStmt(Empty); in ReadStmtFromStream()
2755 S = new (Context) ObjCAtFinallyStmt(Empty); in ReadStmtFromStream()
2765 S = new (Context) ObjCAtSynchronizedStmt(Empty); in ReadStmtFromStream()
2769 S = new (Context) ObjCAtThrowStmt(Empty); in ReadStmtFromStream()
2773 S = new (Context) ObjCAutoreleasePoolStmt(Empty); in ReadStmtFromStream()
2777 S = new (Context) ObjCBoolLiteralExpr(Empty); in ReadStmtFromStream()
2781 S = new (Context) ObjCAvailabilityCheckExpr(Empty); in ReadStmtFromStream()
2785 S = new (Context) SEHLeaveStmt(Empty); in ReadStmtFromStream()
2789 S = new (Context) SEHExceptStmt(Empty); in ReadStmtFromStream()
2793 S = new (Context) SEHFinallyStmt(Empty); in ReadStmtFromStream()
2797 S = new (Context) SEHTryStmt(Empty); in ReadStmtFromStream()
2801 S = new (Context) CXXCatchStmt(Empty); in ReadStmtFromStream()
2805 S = CXXTryStmt::Create(Context, Empty, in ReadStmtFromStream()
2810 S = new (Context) CXXForRangeStmt(Empty); in ReadStmtFromStream()
2824 Empty); in ReadStmtFromStream()
2831 CollapsedNum, Empty); in ReadStmtFromStream()
2839 Empty); in ReadStmtFromStream()
2847 Empty); in ReadStmtFromStream()
2853 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
2857 S = OMPSectionDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2862 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
2866 S = OMPMasterDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2871 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
2878 CollapsedNum, Empty); in ReadStmtFromStream()
2886 CollapsedNum, Empty); in ReadStmtFromStream()
2892 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
2897 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
2901 S = OMPTaskyieldDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2905 S = OMPBarrierDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2909 S = OMPTaskwaitDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2914 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
2919 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
2924 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
2929 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
2934 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
2939 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
2944 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
2949 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
2954 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
2961 CollapsedNum, Empty); in ReadStmtFromStream()
2967 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
2972 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
2976 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2981 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
2988 Empty); in ReadStmtFromStream()
2996 CollapsedNum, Empty); in ReadStmtFromStream()
3004 Empty); in ReadStmtFromStream()
3012 CollapsedNum, Empty); in ReadStmtFromStream()
3021 Empty); in ReadStmtFromStream()
3029 CollapsedNum, Empty); in ReadStmtFromStream()
3037 CollapsedNum, Empty); in ReadStmtFromStream()
3045 Empty); in ReadStmtFromStream()
3053 CollapsedNum, Empty); in ReadStmtFromStream()
3061 CollapsedNum, Empty); in ReadStmtFromStream()
3069 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3077 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3083 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3090 CollapsedNum, Empty); in ReadStmtFromStream()
3098 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3106 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3114 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3120 Context, /*NumArgs=*/Record[ASTStmtReader::NumExprFields], Empty); in ReadStmtFromStream()
3125 Context, /*NumArgs=*/Record[ASTStmtReader::NumExprFields], Empty); in ReadStmtFromStream()
3135 S = new (Context) CXXInheritedCtorInitExpr(Empty); in ReadStmtFromStream()
3170 Context, /*NumArgs=*/Record[ASTStmtReader::NumExprFields], Empty); in ReadStmtFromStream()
3174 S = new (Context) CXXStdInitializerListExpr(Empty); in ReadStmtFromStream()
3178 S = new (Context) CXXBoolLiteralExpr(Empty); in ReadStmtFromStream()
3182 S = new (Context) CXXNullPtrLiteralExpr(Empty); in ReadStmtFromStream()
3186 S = new (Context) CXXTypeidExpr(Empty, true); in ReadStmtFromStream()
3190 S = new (Context) CXXTypeidExpr(Empty, false); in ReadStmtFromStream()
3194 S = new (Context) CXXUuidofExpr(Empty, true); in ReadStmtFromStream()
3198 S = new (Context) MSPropertyRefExpr(Empty); in ReadStmtFromStream()
3202 S = new (Context) MSPropertySubscriptExpr(Empty); in ReadStmtFromStream()
3206 S = new (Context) CXXUuidofExpr(Empty, false); in ReadStmtFromStream()
3210 S = new (Context) CXXThisExpr(Empty); in ReadStmtFromStream()
3214 S = new (Context) CXXThrowExpr(Empty); in ReadStmtFromStream()
3218 S = new (Context) CXXDefaultArgExpr(Empty); in ReadStmtFromStream()
3222 S = new (Context) CXXDefaultInitExpr(Empty); in ReadStmtFromStream()
3226 S = new (Context) CXXBindTemporaryExpr(Empty); in ReadStmtFromStream()
3230 S = new (Context) CXXScalarValueInitExpr(Empty); in ReadStmtFromStream()
3243 S = new (Context) CXXDeleteExpr(Empty); in ReadStmtFromStream()
3247 S = new (Context) CXXPseudoDestructorExpr(Empty); in ReadStmtFromStream()
3251 S = ExprWithCleanups::Create(Context, Empty, in ReadStmtFromStream()
3305 S = new (Context) ArrayTypeTraitExpr(Empty); in ReadStmtFromStream()
3309 S = new (Context) ExpressionTraitExpr(Empty); in ReadStmtFromStream()
3313 S = new (Context) CXXNoexceptExpr(Empty); in ReadStmtFromStream()
3317 S = new (Context) PackExpansionExpr(Empty); in ReadStmtFromStream()
3327 S = new (Context) SubstNonTypeTemplateParmExpr(Empty); in ReadStmtFromStream()
3331 S = new (Context) SubstNonTypeTemplateParmPackExpr(Empty); in ReadStmtFromStream()
3340 S = new (Context) MaterializeTemporaryExpr(Empty); in ReadStmtFromStream()
3344 S = new (Context) CXXFoldExpr(Empty); in ReadStmtFromStream()
3348 S = new (Context) OpaqueValueExpr(Empty); in ReadStmtFromStream()
3353 Context, /*NumArgs=*/Record[ASTStmtReader::NumExprFields], Empty); in ReadStmtFromStream()
3357 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
3362 S = PseudoObjectExpr::Create(Context, Empty, numSemanticExprs); in ReadStmtFromStream()
3367 S = new (Context) AtomicExpr(Empty); in ReadStmtFromStream()
3378 S = CoroutineBodyStmt::Create(Context, Empty, NumParams); in ReadStmtFromStream()
3383 S = new (Context) CoreturnStmt(Empty); in ReadStmtFromStream()
3387 S = new (Context) CoawaitExpr(Empty); in ReadStmtFromStream()
3391 S = new (Context) CoyieldExpr(Empty); in ReadStmtFromStream()
3395 S = new (Context) DependentCoawaitExpr(Empty); in ReadStmtFromStream()