Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Semantics/
Dsemantics.h195 struct IndexVarInfo { struct
199 std::map<SymbolRef, const IndexVarInfo> activeIndexVars_; argument
/external/llvm-project/flang/lib/Semantics/
Dsemantics.cpp306 activeIndexVars_.emplace(*root, IndexVarInfo{name.source, kind}); in ActivateIndexVar()