Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dscope.h122 Scope &MakeScope(Kind kind, Symbol *symbol = nullptr);
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dscope.cpp52 Scope &Scope::MakeScope(Kind kind, Symbol *symbol) { in MakeScope() function in Fortran::semantics::Scope
H A Dsemantics.cpp291 globalScope_{*this}, intrinsicModulesScope_{globalScope_.MakeScope(
H A Dtype.cpp318 Scope &newScope{containingScope.MakeScope(Scope::Kind::DerivedType)}; in Instantiate()
H A Druntime-type-info.cpp888 Scope &ptrDtScope{scope.MakeScope(Scope::Kind::DerivedType, &ptrDtSym)}; in InitializeDataPointer()
H A Dresolve-names.cpp2200 PushScope(currScope().MakeScope(kind, symbol)); in PushScope()