Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsemantics.h195 void ActivateIndexVar(const parser::Name &, IndexVarKind);
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-do-forall.cpp382 context_.ActivateIndexVar(GetDoVariable(doConstruct), IndexVarKind::DO); in DefineDoVariables()
403 context_.ActivateIndexVar(std::get<parser::Name>(control.t), kind_); in ActivateIndexVars()
H A Dsemantics.cpp409 void SemanticsContext::ActivateIndexVar( in ActivateIndexVar() function in Fortran::semantics::SemanticsContext