Home
last modified time | relevance | path

Searched refs:stmtFuncType (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Drewrite-parse-tree.cpp67 using stmtFuncType = typedef in Fortran::semantics::RewriteMutator
71 std::list<stmtFuncType> stmtFuncsToConvert_;
86 if (auto stmt{std::get_if<stmtFuncType>(&it->u)}) { in Post()
102 for (stmtFuncType &sf : stmtFuncsToConvert_) { in Pre()