Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dresolve-directives.cpp89 dataSharingAttributeObjects_.insert(object); in AddDataSharingAttributeObject()
92 dataSharingAttributeObjects_.clear(); in ClearDataSharingAttributeObjects()
103 SymbolSet dataSharingAttributeObjects_; // on one directive member in Fortran::semantics::DirectiveAttributeVisitor
385 auto it{dataSharingAttributeObjects_.find(object)}; in HasDataSharingAttributeObject()
386 return it != dataSharingAttributeObjects_.end(); in HasDataSharingAttributeObject()