Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Lower/
H A DStatementContext.h63 void pushScope() { in pushScope() function
H A DSymbolMap.h153 void pushScope() { symbolMapStack.emplace_back(); } in pushScope() function
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h321 void pushScope(LVScope *Scope) { in pushScope() function
/llvm-project/flang/lib/Semantics/
H A Dresolve-names.cpp6995 bool pushScope{currScope().kind() != Scope::Kind::ImpliedDos}; Pre() local