Searched defs:pushScope (Results 1 – 4 of 4) sorted by relevance
63 void pushScope() { in pushScope() function
153 void pushScope() { symbolMapStack.emplace_back(); } in pushScope() function
321 void pushScope(LVScope *Scope) { in pushScope() function
6995 bool pushScope{currScope().kind() != Scope::Kind::ImpliedDos}; Pre() local