Lines Matching defs:ASTStmtWriter
33 class ASTStmtWriter : public StmtVisitor<ASTStmtWriter, void> {
94 ASTStmtWriter(ASTWriter &Writer, ASTWriter::RecordData &Record)
99 ASTStmtWriter(const ASTStmtWriter&) = delete;
100 ASTStmtWriter &operator=(const ASTStmtWriter &) = delete;
119 void ASTStmtWriter::AddTemplateKWAndArgsInfo(
128 void ASTStmtWriter::VisitStmt(Stmt *S) {
131 void ASTStmtWriter::VisitNullStmt(NullStmt *S) {
138 void ASTStmtWriter::VisitCompoundStmt(CompoundStmt *S) {
157 void ASTStmtWriter::VisitSwitchCase(SwitchCase *S) {
164 void ASTStmtWriter::VisitCaseStmt(CaseStmt *S) {
176 void ASTStmtWriter::VisitDefaultStmt(DefaultStmt *S) {
182 void ASTStmtWriter::VisitLabelStmt(LabelStmt *S) {
191 void ASTStmtWriter::VisitAttributedStmt(AttributedStmt *S) {
200 void ASTStmtWriter::VisitIfStmt(IfStmt *S) {
231 void ASTStmtWriter::VisitSwitchStmt(SwitchStmt *S) {
257 void ASTStmtWriter::VisitWhileStmt(WhileStmt *S) {
274 void ASTStmtWriter::VisitDoStmt(DoStmt *S) {
284 void ASTStmtWriter::VisitForStmt(ForStmt *S) {
297 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) {
305 void ASTStmtWriter::VisitIndirectGotoStmt(IndirectGotoStmt *S) {
313 void ASTStmtWriter::VisitContinueStmt(ContinueStmt *S) {
319 void ASTStmtWriter::VisitBreakStmt(BreakStmt *S) {
325 void ASTStmtWriter::VisitReturnStmt(ReturnStmt *S) {
339 void ASTStmtWriter::VisitDeclStmt(DeclStmt *S) {
349 void ASTStmtWriter::VisitAsmStmt(AsmStmt *S) {
359 void ASTStmtWriter::VisitGCCAsmStmt(GCCAsmStmt *S) {
392 void ASTStmtWriter::VisitMSAsmStmt(MSAsmStmt *S) {
425 void ASTStmtWriter::VisitCoroutineBodyStmt(CoroutineBodyStmt *CoroStmt) {
433 void ASTStmtWriter::VisitCoreturnStmt(CoreturnStmt *S) {
442 void ASTStmtWriter::VisitCoroutineSuspendExpr(CoroutineSuspendExpr *E) {
450 void ASTStmtWriter::VisitCoawaitExpr(CoawaitExpr *E) {
456 void ASTStmtWriter::VisitCoyieldExpr(CoyieldExpr *E) {
461 void ASTStmtWriter::VisitDependentCoawaitExpr(DependentCoawaitExpr *E) {
499 void ASTStmtWriter::VisitConceptSpecializationExpr(
513 void ASTStmtWriter::VisitRequiresExpr(RequiresExpr *E) {
579 void ASTStmtWriter::VisitCapturedStmt(CapturedStmt *S) {
610 void ASTStmtWriter::VisitExpr(Expr *E) {
621 void ASTStmtWriter::VisitConstantExpr(ConstantExpr *E) {
646 void ASTStmtWriter::VisitSYCLUniqueStableNameExpr(SYCLUniqueStableNameExpr *E) {
657 void ASTStmtWriter::VisitPredefinedExpr(PredefinedExpr *E) {
671 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) {
713 void ASTStmtWriter::VisitIntegerLiteral(IntegerLiteral *E) {
725 void ASTStmtWriter::VisitFixedPointLiteral(FixedPointLiteral *E) {
733 void ASTStmtWriter::VisitFloatingLiteral(FloatingLiteral *E) {
742 void ASTStmtWriter::VisitImaginaryLiteral(ImaginaryLiteral *E) {
748 void ASTStmtWriter::VisitStringLiteral(StringLiteral *E) {
770 void ASTStmtWriter::VisitCharacterLiteral(CharacterLiteral *E) {
781 void ASTStmtWriter::VisitParenExpr(ParenExpr *E) {
789 void ASTStmtWriter::VisitParenListExpr(ParenListExpr *E) {
799 void ASTStmtWriter::VisitUnaryOperator(UnaryOperator *E) {
816 void ASTStmtWriter::VisitOffsetOfExpr(OffsetOfExpr *E) {
851 void ASTStmtWriter::VisitUnaryExprOrTypeTraitExpr(UnaryExprOrTypeTraitExpr *E) {
865 void ASTStmtWriter::VisitArraySubscriptExpr(ArraySubscriptExpr *E) {
873 void ASTStmtWriter::VisitMatrixSubscriptExpr(MatrixSubscriptExpr *E) {
882 void ASTStmtWriter::VisitArraySectionExpr(ArraySectionExpr *E) {
899 void ASTStmtWriter::VisitOMPArrayShapingExpr(OMPArrayShapingExpr *E) {
912 void ASTStmtWriter::VisitOMPIteratorExpr(OMPIteratorExpr *E) {
938 void ASTStmtWriter::VisitCallExpr(CallExpr *E) {
962 void ASTStmtWriter::VisitRecoveryExpr(RecoveryExpr *E) {
972 void ASTStmtWriter::VisitMemberExpr(MemberExpr *E) {
1014 void ASTStmtWriter::VisitObjCIsaExpr(ObjCIsaExpr *E) {
1023 void ASTStmtWriter::
1031 void ASTStmtWriter::VisitObjCBridgedCastExpr(ObjCBridgedCastExpr *E) {
1039 void ASTStmtWriter::VisitCastExpr(CastExpr *E) {
1057 void ASTStmtWriter::VisitBinaryOperator(BinaryOperator *E) {
1079 void ASTStmtWriter::VisitCompoundAssignOperator(CompoundAssignOperator *E) {
1091 void ASTStmtWriter::VisitConditionalOperator(ConditionalOperator *E) {
1102 ASTStmtWriter::VisitBinaryConditionalOperator(BinaryConditionalOperator *E) {
1114 void ASTStmtWriter::VisitImplicitCastExpr(ImplicitCastExpr *E) {
1124 void ASTStmtWriter::VisitExplicitCastExpr(ExplicitCastExpr *E) {
1129 void ASTStmtWriter::VisitCStyleCastExpr(CStyleCastExpr *E) {
1136 void ASTStmtWriter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
1145 void ASTStmtWriter::VisitExtVectorElementExpr(ExtVectorElementExpr *E) {
1153 void ASTStmtWriter::VisitInitListExpr(InitListExpr *E) {
1181 void ASTStmtWriter::VisitDesignatedInitExpr(DesignatedInitExpr *E) {
1216 void ASTStmtWriter::VisitDesignatedInitUpdateExpr(DesignatedInitUpdateExpr *E) {
1223 void ASTStmtWriter::VisitNoInitExpr(NoInitExpr *E) {
1228 void ASTStmtWriter::VisitArrayInitLoopExpr(ArrayInitLoopExpr *E) {
1235 void ASTStmtWriter::VisitArrayInitIndexExpr(ArrayInitIndexExpr *E) {
1240 void ASTStmtWriter::VisitImplicitValueInitExpr(ImplicitValueInitExpr *E) {
1245 void ASTStmtWriter::VisitVAArgExpr(VAArgExpr *E) {
1255 void ASTStmtWriter::VisitSourceLocExpr(SourceLocExpr *E) {
1264 void ASTStmtWriter::VisitEmbedExpr(EmbedExpr *E) {
1274 void ASTStmtWriter::VisitAddrLabelExpr(AddrLabelExpr *E) {
1282 void ASTStmtWriter::VisitStmtExpr(StmtExpr *E) {
1291 void ASTStmtWriter::VisitChooseExpr(ChooseExpr *E) {
1302 void ASTStmtWriter::VisitGNUNullExpr(GNUNullExpr *E) {
1308 void ASTStmtWriter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) {
1318 void ASTStmtWriter::VisitConvertVectorExpr(ConvertVectorExpr *E) {
1327 void ASTStmtWriter::VisitBlockExpr(BlockExpr *E) {
1333 void ASTStmtWriter::VisitGenericSelectionExpr(GenericSelectionExpr *E) {
1357 void ASTStmtWriter::VisitPseudoObjectExpr(PseudoObjectExpr *E) {
1375 void ASTStmtWriter::VisitAtomicExpr(AtomicExpr *E) {
1389 void ASTStmtWriter::VisitObjCStringLiteral(ObjCStringLiteral *E) {
1396 void ASTStmtWriter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) {
1404 void ASTStmtWriter::VisitObjCArrayLiteral(ObjCArrayLiteral *E) {
1414 void ASTStmtWriter::VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) {
1436 void ASTStmtWriter::VisitObjCEncodeExpr(ObjCEncodeExpr *E) {
1444 void ASTStmtWriter::VisitObjCSelectorExpr(ObjCSelectorExpr *E) {
1452 void ASTStmtWriter::VisitObjCProtocolExpr(ObjCProtocolExpr *E) {
1461 void ASTStmtWriter::VisitObjCIvarRefExpr(ObjCIvarRefExpr *E) {
1472 void ASTStmtWriter::VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *E) {
1498 void ASTStmtWriter::VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *E) {
1509 void ASTStmtWriter::VisitObjCMessageExpr(ObjCMessageExpr *E) {
1555 void ASTStmtWriter::VisitObjCForCollectionStmt(ObjCForCollectionStmt *S) {
1565 void ASTStmtWriter::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) {
1574 void ASTStmtWriter::VisitObjCAtFinallyStmt(ObjCAtFinallyStmt *S) {
1581 void ASTStmtWriter::VisitObjCAutoreleasePoolStmt(ObjCAutoreleasePoolStmt *S) {
1588 void ASTStmtWriter::VisitObjCAtTryStmt(ObjCAtTryStmt *S) {
1601 void ASTStmtWriter::VisitObjCAtSynchronizedStmt(ObjCAtSynchronizedStmt *S) {
1609 void ASTStmtWriter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) {
1616 void ASTStmtWriter::VisitObjCBoolLiteralExpr(ObjCBoolLiteralExpr *E) {
1623 void ASTStmtWriter::VisitObjCAvailabilityCheckExpr(ObjCAvailabilityCheckExpr *E) {
1634 void ASTStmtWriter::VisitCXXCatchStmt(CXXCatchStmt *S) {
1642 void ASTStmtWriter::VisitCXXTryStmt(CXXTryStmt *S) {
1652 void ASTStmtWriter::VisitCXXForRangeStmt(CXXForRangeStmt *S) {
1669 void ASTStmtWriter::VisitMSDependentExistsStmt(MSDependentExistsStmt *S) {
1679 void ASTStmtWriter::VisitCXXOperatorCallExpr(CXXOperatorCallExpr *E) {
1690 void ASTStmtWriter::VisitCXXMemberCallExpr(CXXMemberCallExpr *E) {
1699 void ASTStmtWriter::VisitCXXRewrittenBinaryOperator(
1707 void ASTStmtWriter::VisitCXXConstructExpr(CXXConstructExpr *E) {
1729 void ASTStmtWriter::VisitCXXInheritedCtorInitExpr(CXXInheritedCtorInitExpr *E) {
1738 void ASTStmtWriter::VisitCXXTemporaryObjectExpr(CXXTemporaryObjectExpr *E) {
1744 void ASTStmtWriter::VisitLambdaExpr(LambdaExpr *E) {
1767 void ASTStmtWriter::VisitCXXStdInitializerListExpr(CXXStdInitializerListExpr *E) {
1773 void ASTStmtWriter::VisitCXXNamedCastExpr(CXXNamedCastExpr *E) {
1781 void ASTStmtWriter::VisitCXXStaticCastExpr(CXXStaticCastExpr *E) {
1786 void ASTStmtWriter::VisitCXXDynamicCastExpr(CXXDynamicCastExpr *E) {
1791 void ASTStmtWriter::VisitCXXReinterpretCastExpr(CXXReinterpretCastExpr *E) {
1796 void ASTStmtWriter::VisitCXXConstCastExpr(CXXConstCastExpr *E) {
1801 void ASTStmtWriter::VisitCXXAddrspaceCastExpr(CXXAddrspaceCastExpr *E) {
1806 void ASTStmtWriter::VisitCXXFunctionalCastExpr(CXXFunctionalCastExpr *E) {
1813 void ASTStmtWriter::VisitBuiltinBitCastExpr(BuiltinBitCastExpr *E) {
1820 void ASTStmtWriter::VisitUserDefinedLiteral(UserDefinedLiteral *E) {
1826 void ASTStmtWriter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) {
1833 void ASTStmtWriter::VisitCXXNullPtrLiteralExpr(CXXNullPtrLiteralExpr *E) {
1839 void ASTStmtWriter::VisitCXXTypeidExpr(CXXTypeidExpr *E) {
1851 void ASTStmtWriter::VisitCXXThisExpr(CXXThisExpr *E) {
1860 void ASTStmtWriter::VisitCXXThrowExpr(CXXThrowExpr *E) {
1868 void ASTStmtWriter::VisitCXXDefaultArgExpr(CXXDefaultArgExpr *E) {
1879 void ASTStmtWriter::VisitCXXDefaultInitExpr(CXXDefaultInitExpr *E) {
1890 void ASTStmtWriter::VisitCXXBindTemporaryExpr(CXXBindTemporaryExpr *E) {
1897 void ASTStmtWriter::VisitCXXScalarValueInitExpr(CXXScalarValueInitExpr *E) {
1904 void ASTStmtWriter::VisitCXXNewExpr(CXXNewExpr *E) {
1933 void ASTStmtWriter::VisitCXXDeleteExpr(CXXDeleteExpr *E) {
1946 void ASTStmtWriter::VisitCXXPseudoDestructorExpr(CXXPseudoDestructorExpr *E) {
1967 void ASTStmtWriter::VisitExprWithCleanups(ExprWithCleanups *E) {
1985 void ASTStmtWriter::VisitCXXDependentScopeMemberExpr(
2021 ASTStmtWriter::VisitDependentScopeDeclRefExpr(DependentScopeDeclRefExpr *E) {
2044 ASTStmtWriter::VisitCXXUnresolvedConstructExpr(CXXUnresolvedConstructExpr *E) {
2057 void ASTStmtWriter::VisitOverloadExpr(OverloadExpr *E) {
2082 void ASTStmtWriter::VisitUnresolvedMemberExpr(UnresolvedMemberExpr *E) {
2096 void ASTStmtWriter::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) {
2119 void ASTStmtWriter::VisitTypeTraitExpr(TypeTraitExpr *E) {
2130 void ASTStmtWriter::VisitArrayTypeTraitExpr(ArrayTypeTraitExpr *E) {
2140 void ASTStmtWriter::VisitExpressionTraitExpr(ExpressionTraitExpr *E) {
2149 void ASTStmtWriter::VisitCXXNoexceptExpr(CXXNoexceptExpr *E) {
2157 void ASTStmtWriter::VisitPackExpansionExpr(PackExpansionExpr *E) {
2165 void ASTStmtWriter::VisitSizeOfPackExpr(SizeOfPackExpr *E) {
2182 void ASTStmtWriter::VisitPackIndexingExpr(PackIndexingExpr *E) {
2195 void ASTStmtWriter::VisitSubstNonTypeTemplateParmExpr(
2210 void ASTStmtWriter::VisitSubstNonTypeTemplateParmPackExpr(
2220 void ASTStmtWriter::VisitFunctionParmPackExpr(FunctionParmPackExpr *E) {
2231 void ASTStmtWriter::VisitMaterializeTemporaryExpr(MaterializeTemporaryExpr *E) {
2241 void ASTStmtWriter::VisitCXXFoldExpr(CXXFoldExpr *E) {
2254 void ASTStmtWriter::VisitCXXParenListInitExpr(CXXParenListInitExpr *E) {
2278 void ASTStmtWriter::VisitOpaqueValueExpr(OpaqueValueExpr *E) {
2286 void ASTStmtWriter::VisitTypoExpr(TypoExpr *E) {
2296 void ASTStmtWriter::VisitCUDAKernelCallExpr(CUDAKernelCallExpr *E) {
2305 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) {
2316 void ASTStmtWriter::VisitMSPropertyRefExpr(MSPropertyRefExpr *E) {
2326 void ASTStmtWriter::VisitMSPropertySubscriptExpr(MSPropertySubscriptExpr *E) {
2334 void ASTStmtWriter::VisitCXXUuidofExpr(CXXUuidofExpr *E) {
2347 void ASTStmtWriter::VisitSEHExceptStmt(SEHExceptStmt *S) {
2355 void ASTStmtWriter::VisitSEHFinallyStmt(SEHFinallyStmt *S) {
2362 void ASTStmtWriter::VisitSEHTryStmt(SEHTryStmt *S) {
2371 void ASTStmtWriter::VisitSEHLeaveStmt(SEHLeaveStmt *S) {
2381 void ASTStmtWriter::VisitOMPCanonicalLoop(OMPCanonicalLoop *S) {
2388 void ASTStmtWriter::VisitOMPExecutableDirective(OMPExecutableDirective *E) {
2395 void ASTStmtWriter::VisitOMPLoopBasedDirective(OMPLoopBasedDirective *D) {
2401 void ASTStmtWriter::VisitOMPLoopDirective(OMPLoopDirective *D) {
2405 void ASTStmtWriter::VisitOMPMetaDirective(OMPMetaDirective *D) {
2412 void ASTStmtWriter::VisitOMPParallelDirective(OMPParallelDirective *D) {
2419 void ASTStmtWriter::VisitOMPSimdDirective(OMPSimdDirective *D) {
2424 void ASTStmtWriter::VisitOMPLoopTransformationDirective(
2430 void ASTStmtWriter::VisitOMPTileDirective(OMPTileDirective *D) {
2435 void ASTStmtWriter::VisitOMPUnrollDirective(OMPUnrollDirective *D) {
2440 void ASTStmtWriter::VisitOMPReverseDirective(OMPReverseDirective *D) {
2445 void ASTStmtWriter::VisitOMPInterchangeDirective(OMPInterchangeDirective *D) {
2450 void ASTStmtWriter::VisitOMPForDirective(OMPForDirective *D) {
2456 void ASTStmtWriter::VisitOMPForSimdDirective(OMPForSimdDirective *D) {
2461 void ASTStmtWriter::VisitOMPSectionsDirective(OMPSectionsDirective *D) {
2468 void ASTStmtWriter::VisitOMPSectionDirective(OMPSectionDirective *D) {
2475 void ASTStmtWriter::VisitOMPScopeDirective(OMPScopeDirective *D) {
2481 void ASTStmtWriter::VisitOMPSingleDirective(OMPSingleDirective *D) {
2487 void ASTStmtWriter::VisitOMPMasterDirective(OMPMasterDirective *D) {
2493 void ASTStmtWriter::VisitOMPCriticalDirective(OMPCriticalDirective *D) {
2500 void ASTStmtWriter::VisitOMPParallelForDirective(OMPParallelForDirective *D) {
2506 void ASTStmtWriter::VisitOMPParallelForSimdDirective(
2512 void ASTStmtWriter::VisitOMPParallelMasterDirective(
2519 void ASTStmtWriter::VisitOMPParallelMaskedDirective(
2526 void ASTStmtWriter::VisitOMPParallelSectionsDirective(
2534 void ASTStmtWriter::VisitOMPTaskDirective(OMPTaskDirective *D) {
2541 void ASTStmtWriter::VisitOMPAtomicDirective(OMPAtomicDirective *D) {
2550 void ASTStmtWriter::VisitOMPTargetDirective(OMPTargetDirective *D) {
2556 void ASTStmtWriter::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) {
2562 void ASTStmtWriter::VisitOMPTargetEnterDataDirective(
2569 void ASTStmtWriter::VisitOMPTargetExitDataDirective(
2576 void ASTStmtWriter::VisitOMPTargetParallelDirective(
2584 void ASTStmtWriter::VisitOMPTargetParallelForDirective(
2591 void ASTStmtWriter::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *D) {
2597 void ASTStmtWriter::VisitOMPBarrierDirective(OMPBarrierDirective *D) {
2603 void ASTStmtWriter::VisitOMPTaskwaitDirective(OMPTaskwaitDirective *D) {
2610 void ASTStmtWriter::VisitOMPErrorDirective(OMPErrorDirective *D) {
2617 void ASTStmtWriter::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *D) {
2623 void ASTStmtWriter::VisitOMPFlushDirective(OMPFlushDirective *D) {
2629 void ASTStmtWriter::VisitOMPDepobjDirective(OMPDepobjDirective *D) {
2635 void ASTStmtWriter::VisitOMPScanDirective(OMPScanDirective *D) {
2641 void ASTStmtWriter::VisitOMPOrderedDirective(OMPOrderedDirective *D) {
2647 void ASTStmtWriter::VisitOMPTeamsDirective(OMPTeamsDirective *D) {
2653 void ASTStmtWriter::VisitOMPCancellationPointDirective(
2661 void ASTStmtWriter::VisitOMPCancelDirective(OMPCancelDirective *D) {
2668 void ASTStmtWriter::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *D) {
2674 void ASTStmtWriter::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) {
2679 void ASTStmtWriter::VisitOMPMasterTaskLoopDirective(
2686 void ASTStmtWriter::VisitOMPMaskedTaskLoopDirective(
2693 void ASTStmtWriter::VisitOMPMasterTaskLoopSimdDirective(
2699 void ASTStmtWriter::VisitOMPMaskedTaskLoopSimdDirective(
2705 void ASTStmtWriter::VisitOMPParallelMasterTaskLoopDirective(
2712 void ASTStmtWriter::VisitOMPParallelMaskedTaskLoopDirective(
2719 void ASTStmtWriter::VisitOMPParallelMasterTaskLoopSimdDirective(
2725 void ASTStmtWriter::VisitOMPParallelMaskedTaskLoopSimdDirective(
2731 void ASTStmtWriter::VisitOMPDistributeDirective(OMPDistributeDirective *D) {
2736 void ASTStmtWriter::VisitOMPTargetUpdateDirective(OMPTargetUpdateDirective *D) {
2742 void ASTStmtWriter::VisitOMPDistributeParallelForDirective(
2749 void ASTStmtWriter::VisitOMPDistributeParallelForSimdDirective(
2755 void ASTStmtWriter::VisitOMPDistributeSimdDirective(
2761 void ASTStmtWriter::VisitOMPTargetParallelForSimdDirective(
2767 void ASTStmtWriter::VisitOMPTargetSimdDirective(OMPTargetSimdDirective *D) {
2772 void ASTStmtWriter::VisitOMPTeamsDistributeDirective(
2778 void ASTStmtWriter::VisitOMPTeamsDistributeSimdDirective(
2784 void ASTStmtWriter::VisitOMPTeamsDistributeParallelForSimdDirective(
2790 void ASTStmtWriter::VisitOMPTeamsDistributeParallelForDirective(
2797 void ASTStmtWriter::VisitOMPTargetTeamsDirective(OMPTargetTeamsDirective *D) {
2803 void ASTStmtWriter::VisitOMPTargetTeamsDistributeDirective(
2809 void ASTStmtWriter::VisitOMPTargetTeamsDistributeParallelForDirective(
2816 void ASTStmtWriter::VisitOMPTargetTeamsDistributeParallelForSimdDirective(
2823 void ASTStmtWriter::VisitOMPTargetTeamsDistributeSimdDirective(
2829 void ASTStmtWriter::VisitOMPInteropDirective(OMPInteropDirective *D) {
2835 void ASTStmtWriter::VisitOMPDispatchDirective(OMPDispatchDirective *D) {
2842 void ASTStmtWriter::VisitOMPMaskedDirective(OMPMaskedDirective *D) {
2848 void ASTStmtWriter::VisitOMPGenericLoopDirective(OMPGenericLoopDirective *D) {
2853 void ASTStmtWriter::VisitOMPTeamsGenericLoopDirective(
2859 void ASTStmtWriter::VisitOMPTargetTeamsGenericLoopDirective(
2866 void ASTStmtWriter::VisitOMPParallelGenericLoopDirective(
2872 void ASTStmtWriter::VisitOMPTargetParallelGenericLoopDirective(
2881 void ASTStmtWriter::VisitOpenACCConstructStmt(OpenACCConstructStmt *S) {
2889 void ASTStmtWriter::VisitOpenACCAssociatedStmtConstruct(
2895 void ASTStmtWriter::VisitOpenACCComputeConstruct(OpenACCComputeConstruct *S) {
2901 void ASTStmtWriter::VisitOpenACCLoopConstruct(OpenACCLoopConstruct *S) {
2931 ASTStmtWriter Writer(*this, Record);