Lines Matching defs:Post
31 template <typename T> void Post(const T &) {}
36 template <typename T> void Post(const parser::Statement<T> &) {
43 void Post(const parser::AccClause &) { currStmt_ = std::nullopt; }
48 void Post(const parser::OmpClause &) { currStmt_ = std::nullopt; }
53 void Post(const parser::OpenMPThreadprivate &) { currStmt_ = std::nullopt; }
54 void Post(const parser::Name &name);
60 void Post(const parser::OpenMPDeclareMapperConstruct &) {
93 void SymbolDumpVisitor::Post(const parser::Name &name) {
118 template <typename T> void Post(const T &) {}
119 void Post(const parser::ModuleStmt &module) {
124 void Post(const parser::UseStmt &use) {