Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp70 void set_inheritFromParent(bool x) { inheritFromParent_ = x; } in set_inheritFromParent() function in Fortran::semantics::ImplicitRules
395 void set_inheritFromParent(bool x) { in set_inheritFromParent() function in Fortran::semantics::ImplicitRulesVisitor
396 implicitRules_->set_inheritFromParent(x); in set_inheritFromParent()
3086 set_inheritFromParent(false); in PushSubprogramScope()