Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DStatementContext.h45 void pushScope() { in pushScope() function
H A DSymbolMap.h193 SymMap() { pushScope(); } in SymMap()
196 void pushScope() { symbolMapStack.emplace_back(); } in pushScope() function
/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp1566 localSymbols.pushScope(); in prepareExplicitSpace()
1641 localSymbols.pushScope(); in genFIR()
1880 localSymbols.pushScope(); in genFIR()
H A DConvertExpr.cpp2315 symMap.pushScope(); in genStmtFunctionRef()
2466 symMap.pushScope(); in genCallOpAndResult()
3902 stmtCtx.pushScope(); in lowerLazyArrayExpression()
4799 stmtCtx.pushScope(); in getElementCtx()
6553 stmtCtx.pushScope(); in genArrayCtorInitializer()
H A DIO.cpp1593 stmtCtx.pushScope(); in genIOUnitNumber()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp5965 bool pushScope{currScope().kind() != Scope::Kind::ImpliedDos}; in Pre() local
5966 if (pushScope) { in Pre()
5971 if (pushScope) { in Pre()