Lines Matching refs:Post
32 template <typename A> void Post(const A &) {} in Post() function in Fortran::semantics::DirectiveAttributeVisitor
120 template <typename A> void Post(const A &) {} in Post() function in Fortran::semantics::AccAttributeVisitor
123 void Post(const parser::OpenACCBlockConstruct &) { PopContext(); } in Post() function in Fortran::semantics::AccAttributeVisitor
125 void Post(const parser::OpenACCCombinedConstruct &) { PopContext(); } in Post() function in Fortran::semantics::AccAttributeVisitor
128 void Post(const parser::OpenACCDeclarativeConstruct &) { PopContext(); } in Post() function in Fortran::semantics::AccAttributeVisitor
132 void Post(const parser::OpenACCStandaloneDeclarativeConstruct &);
134 void Post(const parser::AccBeginBlockDirective &) { in Post() function in Fortran::semantics::AccAttributeVisitor
139 void Post(const parser::OpenACCLoopConstruct &) { PopContext(); } in Post() function in Fortran::semantics::AccAttributeVisitor
140 void Post(const parser::AccLoopDirective &) { in Post() function in Fortran::semantics::AccAttributeVisitor
145 void Post(const parser::OpenACCStandaloneConstruct &) { PopContext(); } in Post() function in Fortran::semantics::AccAttributeVisitor
146 void Post(const parser::AccStandaloneDirective &) { in Post() function in Fortran::semantics::AccAttributeVisitor
151 void Post(const parser::OpenACCCacheConstruct &) { PopContext(); } in Post() function in Fortran::semantics::AccAttributeVisitor
153 void Post(const parser::AccDefaultClause &);
195 void Post(const parser::Name &);
240 template <typename A> void Post(const A &) {} in Post() function in Fortran::semantics::OmpAttributeVisitor
295 void Post(const parser::OpenMPBlockConstruct &);
297 void Post(const parser::OmpBeginBlockDirective &) { in Post() function in Fortran::semantics::OmpAttributeVisitor
302 void Post(const parser::OpenMPSimpleStandaloneConstruct &) { PopContext(); } in Post() function in Fortran::semantics::OmpAttributeVisitor
305 void Post(const parser::OpenMPLoopConstruct &) { PopContext(); } in Post() function in Fortran::semantics::OmpAttributeVisitor
306 void Post(const parser::OmpBeginLoopDirective &) { in Post() function in Fortran::semantics::OmpAttributeVisitor
312 void Post(const parser::OpenMPSectionsConstruct &) { PopContext(); } in Post() function in Fortran::semantics::OmpAttributeVisitor
315 void Post(const parser::OpenMPCriticalConstruct &) { PopContext(); } in Post() function in Fortran::semantics::OmpAttributeVisitor
325 void Post(const parser::OpenMPDeclareSimdConstruct &) { PopContext(); } in Post() function in Fortran::semantics::OmpAttributeVisitor
327 void Post(const parser::OpenMPThreadprivate &) { PopContext(); } in Post() function in Fortran::semantics::OmpAttributeVisitor
330 void Post(const parser::OpenMPDeclarativeAllocate &) { PopContext(); } in Post() function in Fortran::semantics::OmpAttributeVisitor
333 void Post(const parser::OpenMPExecutableAllocate &);
336 void Post(const parser::OmpDefaultClause &);
432 void Post(const parser::Name &);
435 void Post(const parser::GotoStmt &gotoStmt) { CheckSourceLabel(gotoStmt.v); } in Post() function in Fortran::semantics::OmpAttributeVisitor
436 void Post(const parser::ComputedGotoStmt &computedGotoStmt) { in Post() function in Fortran::semantics::OmpAttributeVisitor
441 void Post(const parser::ArithmeticIfStmt &arithmeticIfStmt) { in Post() function in Fortran::semantics::OmpAttributeVisitor
446 void Post(const parser::AssignedGotoStmt &assignedGotoStmt) { in Post() function in Fortran::semantics::OmpAttributeVisitor
451 void Post(const parser::AltReturnSpec &altReturnSpec) { in Post() function in Fortran::semantics::OmpAttributeVisitor
454 void Post(const parser::ErrLabel &errLabel) { CheckSourceLabel(errLabel.v); } in Post() function in Fortran::semantics::OmpAttributeVisitor
455 void Post(const parser::EndLabel &endLabel) { CheckSourceLabel(endLabel.v); } in Post() function in Fortran::semantics::OmpAttributeVisitor
456 void Post(const parser::EorLabel &eorLabel) { CheckSourceLabel(eorLabel.v); } in Post() function in Fortran::semantics::OmpAttributeVisitor
673 void AccAttributeVisitor::Post( in Post() function in Fortran::semantics::AccAttributeVisitor
928 void AccAttributeVisitor::Post(const parser::AccDefaultClause &x) { in Post() function in Fortran::semantics::AccAttributeVisitor
943 void AccAttributeVisitor::Post(const parser::Name &name) { in Post() function in Fortran::semantics::AccAttributeVisitor
1117 void OmpAttributeVisitor::Post(const parser::OpenMPBlockConstruct &x) { in Post() function in Fortran::semantics::OmpAttributeVisitor
1420 void OmpAttributeVisitor::Post(const parser::OmpDefaultClause &x) { in Post() function in Fortran::semantics::OmpAttributeVisitor
1450 void OmpAttributeVisitor::Post(const parser::OpenMPExecutableAllocate &x) { in Post() function in Fortran::semantics::OmpAttributeVisitor
1474 void OmpAttributeVisitor::Post(const parser::Name &name) { in Post() function in Fortran::semantics::OmpAttributeVisitor