Lines Matching refs:Context

2678     ASTContext &Context = getContext();  in ReadStmtFromStream()  local
2704 S = new (Context) NullStmt(Empty); in ReadStmtFromStream()
2709 Context, /*NumStmts=*/Record[ASTStmtReader::NumStmtFields]); in ReadStmtFromStream()
2714 Context, in ReadStmtFromStream()
2719 S = new (Context) DefaultStmt(Empty); in ReadStmtFromStream()
2723 S = new (Context) LabelStmt(Empty); in ReadStmtFromStream()
2728 Context, in ReadStmtFromStream()
2734 Context, in ReadStmtFromStream()
2742 Context, in ReadStmtFromStream()
2749 Context, 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()
2779 Context, /* HasNRVOCandidate=*/Record[ASTStmtReader::NumStmtFields]); 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()
2796 Context, Record[ASTStmtReader::NumStmtFields]); in ReadStmtFromStream()
2801 Context, static_cast<ConstantExpr::ResultStorageKind>( in ReadStmtFromStream()
2807 Context, in ReadStmtFromStream()
2813 Context, 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()
2839 Context, in ReadStmtFromStream()
2846 S = new (Context) CharacterLiteral(Empty); in ReadStmtFromStream()
2850 S = new (Context) ParenExpr(Empty); in ReadStmtFromStream()
2855 Context, in ReadStmtFromStream()
2860 S = UnaryOperator::CreateEmpty(Context, in ReadStmtFromStream()
2865 S = OffsetOfExpr::CreateEmpty(Context, 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()
2888 Context, Record[ASTStmtReader::NumExprFields]); in ReadStmtFromStream()
2892 S = OMPIteratorExpr::CreateEmpty(Context, in ReadStmtFromStream()
2898 Context, /*NumArgs=*/Record[ASTStmtReader::NumExprFields], in ReadStmtFromStream()
2904 Context, /*NumArgs=*/Record[ASTStmtReader::NumExprFields]); in ReadStmtFromStream()
2908 S = MemberExpr::CreateEmpty(Context, Record[ASTStmtReader::NumExprFields], in ReadStmtFromStream()
2915 S = BinaryOperator::CreateEmpty(Context, in ReadStmtFromStream()
2921 Context, Record[ASTStmtReader::NumExprFields]); in ReadStmtFromStream()
2925 S = new (Context) ConditionalOperator(Empty); in ReadStmtFromStream()
2929 S = new (Context) BinaryConditionalOperator(Empty); in ReadStmtFromStream()
2934 Context, in ReadStmtFromStream()
2941 Context, 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()
2959 S = DesignatedInitExpr::CreateEmpty(Context, 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()
3022 Context, in ReadStmtFromStream()
3027 S = new (Context) ObjCStringLiteral(Empty); in ReadStmtFromStream()
3031 S = new (Context) ObjCBoxedExpr(Empty); in ReadStmtFromStream()
3035 S = ObjCArrayLiteral::CreateEmpty(Context, in ReadStmtFromStream()
3040 S = ObjCDictionaryLiteral::CreateEmpty(Context, 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()
3073 S = ObjCMessageExpr::CreateEmpty(Context, 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()
3103 S = ObjCAtTryStmt::CreateEmpty(Context, 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()
3158 S = new (Context) MSDependentExistsStmt(SourceLocation(), true, in ReadStmtFromStream()
3165 S = OMPCanonicalLoop::createEmpty(Context); in ReadStmtFromStream()
3170 OMPParallelDirective::CreateEmpty(Context, in ReadStmtFromStream()
3178 S = OMPSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3186 S = OMPTileDirective::CreateEmpty(Context, NumClauses, NumLoops); in ReadStmtFromStream()
3193 S = OMPForDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3201 S = OMPForSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, 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()
3232 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3240 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, 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()
3295 S = OMPOrderedDirective::CreateEmpty(Context, NumClauses, 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()
3333 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses, 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()
3360 S = OMPTaskLoopDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3368 S = OMPTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3376 S = OMPMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3384 S = OMPMasterTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3392 S = OMPParallelMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3401 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3408 S = OMPDistributeDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3416 S = OMPDistributeParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3424 S = OMPDistributeParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3433 S = OMPDistributeSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3441 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3449 S = OMPTargetSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
3457 S = OMPTeamsDistributeDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3465 S = OMPTeamsDistributeSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
3474 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3482 Context, NumClauses, CollapsedNum, Empty); in ReadStmtFromStream()
3488 Context, Record[ASTStmtReader::NumStmtFields], Empty); in ReadStmtFromStream()
3494 S = OMPTargetTeamsDistributeDirective::CreateEmpty(Context, NumClauses, 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()
3540 Context, /*NumArgs=*/Record[ASTStmtReader::NumExprFields], in ReadStmtFromStream()
3546 Context, /*NumArgs=*/Record[ASTStmtReader::NumExprFields], in ReadStmtFromStream()
3551 S = new (Context) CXXRewrittenBinaryOperator(Empty); in ReadStmtFromStream()
3556 Context, in ReadStmtFromStream()
3561 S = new (Context) CXXInheritedCtorInitExpr(Empty); in ReadStmtFromStream()
3566 Context, in ReadStmtFromStream()
3572 Context, in ReadStmtFromStream()
3578 S = CXXDynamicCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
3583 S = CXXReinterpretCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
3588 S = CXXConstCastExpr::CreateEmpty(Context); in ReadStmtFromStream()
3592 S = CXXAddrspaceCastExpr::CreateEmpty(Context); in ReadStmtFromStream()
3597 Context, in ReadStmtFromStream()
3604 S = new (Context) BuiltinBitCastExpr(Empty); in ReadStmtFromStream()
3609 Context, /*NumArgs=*/Record[ASTStmtReader::NumExprFields], 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()
3675 Context, 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()
3697 Context, in ReadStmtFromStream()
3705 S = DependentScopeDeclRefExpr::CreateEmpty(Context, in ReadStmtFromStream()
3713 S = CXXUnresolvedConstructExpr::CreateEmpty(Context, in ReadStmtFromStream()
3719 Context, in ReadStmtFromStream()
3730 Context, in ReadStmtFromStream()
3740 S = TypeTraitExpr::CreateDeserialized(Context, 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()
3762 Context, in ReadStmtFromStream()
3767 S = new (Context) SubstNonTypeTemplateParmExpr(Empty); in ReadStmtFromStream()
3771 S = new (Context) SubstNonTypeTemplateParmPackExpr(Empty); in ReadStmtFromStream()
3775 S = FunctionParmPackExpr::CreateEmpty(Context, 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()
3793 Context, /*NumArgs=*/Record[ASTStmtReader::NumExprFields], 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()
3813 S = LambdaExpr::CreateDeserialized(Context, NumCaptures); 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()