Home
last modified time | relevance | path

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

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