Home
last modified time | relevance | path

Searched defs:pushScope (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DStatementContext.h45 void pushScope() { in pushScope() function
H A DSymbolMap.h196 void pushScope() { symbolMapStack.emplace_back(); } in pushScope() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp5965 bool pushScope{currScope().kind() != Scope::Kind::ImpliedDos}; in Pre() local