Searched refs:CheckRef (Results 1 – 1 of 1) sorted by relevance
1198 void Post(const parser::EndDoStmt &x) { CheckRef(x.v); } in Post()1200 void Post(const parser::ElseStmt &x) { CheckRef(x.v); } in Post()1201 void Post(const parser::EndIfStmt &x) { CheckRef(x.v); } in Post()1202 void Post(const parser::CaseStmt &x) { CheckRef(x.t); } in Post()1207 void Post(const parser::ExitStmt &x) { CheckRef(x.v); } in Post()1231 template <typename T> void CheckRef(const T &t) { in CheckRef() function in Fortran::semantics::ConstructVisitor1232 CheckRef(std::get<std::optional<parser::Name>>(t)); in CheckRef()1235 void CheckRef(const std::optional<parser::Name> &);6069 CheckRef(x.v); in Pre()6096 CheckRef(x.v); in Post()[all …]