Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/TableGen/
H A DTGParser.h201 TGVarScope *PushScope() { in PushScope() function
208 TGVarScope *PushScope(Record *Rec) { in PushScope() function
212 TGVarScope *PushScope(ForeachLoop *Loop) { in PushScope() function
216 TGVarScope *PushScope(MultiClass *Multiclass) { in PushScope() function
/llvm-project/flang/lib/Semantics/
H A Dresolve-labels.cpp583 ScopeInfo &PushScope(bool isExteriorGotoFatal) { PushScope() function in Fortran::semantics::ParseTreeAnalyzer
[all...]
H A Dresolve-names.cpp2355 void ScopeHandler::PushScope(Scope::Kind kind, Symbol *symbol) { PushScope() function in Fortran::semantics::ScopeHandler
2358 void ScopeHandler::PushScope(Scope &scope) { PushScope() function in Fortran::semantics::ScopeHandler
7588 void PushScope() { nestedScopes_.emplace_front(); } PushScope() function in Fortran::semantics::ExecutionPartSkimmerBase
[all...]