Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-directives.cpp94 dataSharingAttributeObjects_.insert(object); in AddDataSharingAttributeObject()
97 dataSharingAttributeObjects_.clear(); in ClearDataSharingAttributeObjects()
108 UnorderedSymbolSet dataSharingAttributeObjects_; // on one directive member in Fortran::semantics::DirectiveAttributeVisitor
551 auto it{dataSharingAttributeObjects_.find(object)}; in HasDataSharingAttributeObject()
552 return it != dataSharingAttributeObjects_.end(); in HasDataSharingAttributeObject()