Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp720 Symbol &PushSubprogramScope(const parser::Name &, Symbol::Flag);
2697 auto &symbol{PushSubprogramScope(name, Symbol::Flag::Function)}; in HandleStmtFunction()
3045 PushSubprogramScope(name, subpFlag); in BeginSubprogram()
3068 Symbol &SubprogramVisitor::PushSubprogramScope( in PushSubprogramScope() function in Fortran::semantics::SubprogramVisitor