Lines Matching refs:Post

50       Post(x);  in Pre()
65 template <typename T> void Post(const T &) {} in Post() function in Fortran::parser::UnparseVisitor
84 template <typename T> void Post(const Statement<T> &) { Put('\n'); } in Post() function in Fortran::parser::UnparseVisitor
139 void Post(const Star &) { Put('*'); } // R701 &c. in Post() function in Fortran::parser::UnparseVisitor
140 void Post(const TypeParamValue::Deferred &) { Put(':'); } // R701 in Post() function in Fortran::parser::UnparseVisitor
147 void Post(const DeclarationTypeSpec::ClassStar &) { Word("CLASS(*)"); } in Post() function in Fortran::parser::UnparseVisitor
148 void Post(const DeclarationTypeSpec::TypeStar &) { Word("TYPE(*)"); } in Post() function in Fortran::parser::UnparseVisitor
156 void Post(const IntrinsicTypeSpec::DoublePrecision &) { in Post() function in Fortran::parser::UnparseVisitor
161 void Post(const IntrinsicTypeSpec::DoubleComplex &) { in Post() function in Fortran::parser::UnparseVisitor
246 void Post(const TypeAttrSpec::BindC &) { Word("BIND(C)"); } in Post() function in Fortran::parser::UnparseVisitor
305 void Post(const ComponentAttrSpec &x) { in Post() function in Fortran::parser::UnparseVisitor
376 void Post(const BindAttr::Deferred &) { Word("DEFERRED"); } // R752 in Post() function in Fortran::parser::UnparseVisitor
377 void Post(const BindAttr::Non_Overridable &) { Word("NON_OVERRIDABLE"); } in Post() function in Fortran::parser::UnparseVisitor
407 void Post(const EndEnumStmt &) { // R763 in Post() function in Fortran::parser::UnparseVisitor
499 void Post(const AttrSpec &x) { in Post() function in Fortran::parser::UnparseVisitor
555 void Post(const AssumedShapeSpec &) { Put(':'); } // R819 in Post() function in Fortran::parser::UnparseVisitor
575 void Post(const AssumedRankSpec &) { Put(".."); } // R825 in Post() function in Fortran::parser::UnparseVisitor
576 void Post(const Asynchronous &) { Word("ASYNCHRONOUS"); } in Post() function in Fortran::parser::UnparseVisitor
577 void Post(const External &) { Word("EXTERNAL"); } in Post() function in Fortran::parser::UnparseVisitor
578 void Post(const Intrinsic &) { Word("INTRINSIC"); } in Post() function in Fortran::parser::UnparseVisitor
579 void Post(const Optional &) { Word("OPTIONAL"); } in Post() function in Fortran::parser::UnparseVisitor
580 void Post(const Parameter &) { Word("PARAMETER"); } in Post() function in Fortran::parser::UnparseVisitor
581 void Post(const Protected &) { Word("PROTECTED"); } in Post() function in Fortran::parser::UnparseVisitor
582 void Post(const Save &) { Word("SAVE"); } in Post() function in Fortran::parser::UnparseVisitor
583 void Post(const Target &) { Word("TARGET"); } in Post() function in Fortran::parser::UnparseVisitor
584 void Post(const Value &) { Word("VALUE"); } in Post() function in Fortran::parser::UnparseVisitor
585 void Post(const Volatile &) { Word("VOLATILE"); } in Post() function in Fortran::parser::UnparseVisitor
909 void Post(const BoundsSpec &) { // R1035 in Post() function in Fortran::parser::UnparseVisitor
1032 void Post(const LocalitySpec::DefaultNone &) { Word("DEFAULT(NONE)"); } in Post() function in Fortran::parser::UnparseVisitor
1652 void Post(const GenericSpec &x) { in Post() function in Fortran::parser::UnparseVisitor
1714 void Post(const PrefixSpec::Elemental) { Word("ELEMENTAL"); } // R1527 in Post() function in Fortran::parser::UnparseVisitor
1715 void Post(const PrefixSpec::Impure) { Word("IMPURE"); } in Post() function in Fortran::parser::UnparseVisitor
1716 void Post(const PrefixSpec::Module) { Word("MODULE"); } in Post() function in Fortran::parser::UnparseVisitor
1717 void Post(const PrefixSpec::Non_Recursive) { Word("NON_RECURSIVE"); } in Post() function in Fortran::parser::UnparseVisitor
1718 void Post(const PrefixSpec::Pure) { Word("PURE"); } in Post() function in Fortran::parser::UnparseVisitor
1719 void Post(const PrefixSpec::Recursive) { Word("RECURSIVE"); } in Post() function in Fortran::parser::UnparseVisitor
2399 void Post(const OpenMPDeclarativeConstruct &) { in Post() function in Fortran::parser::UnparseVisitor
2403 void Post(const OpenMPThreadprivate &) { in Post() function in Fortran::parser::UnparseVisitor
2518 void Post(const StructureField &x) { in Post() function in Fortran::parser::UnparseVisitor
2535 void Post(const Union::UnionStmt &) { Word("UNION"), Indent(); } in Post() function in Fortran::parser::UnparseVisitor
2536 void Post(const Union::EndUnionStmt &) { Outdent(), Word("END UNION"); } in Post() function in Fortran::parser::UnparseVisitor
2537 void Post(const Map::MapStmt &) { Word("MAP"), Indent(); } in Post() function in Fortran::parser::UnparseVisitor
2538 void Post(const Map::EndMapStmt &) { Outdent(), Word("END MAP"); } in Post() function in Fortran::parser::UnparseVisitor
2539 void Post(const StructureDef::EndStructureStmt &) { in Post() function in Fortran::parser::UnparseVisitor