Home
last modified time | relevance | path

Searched refs:set_entryScope (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h91 void set_entryScope(Scope &scope) { entryScope_ = &scope; } in set_entryScope() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp3466 entryDetails.set_entryScope(currScope()); in CreateEntry()