Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-directives.cpp42 std::map<const Symbol *, Symbol::Flag> objectWithDSA; member
69 context.objectWithDSA.emplace(&symbol, flag); in AddToContextObjectWithDSA()
75 auto it{GetContext().objectWithDSA.find(&symbol)}; in IsObjectWithDSA()
76 return it != GetContext().objectWithDSA.end(); in IsObjectWithDSA()