Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dresolve-directives.cpp341 std::vector<const parser::Name *> allocateNames_; // on one directive member in Fortran::semantics::OmpAttributeVisitor
345 allocateNames_.push_back(object); in AddAllocateName()
347 void ClearAllocateNames() { allocateNames_.clear(); } in ClearAllocateNames()
793 for (const auto *allocName : allocateNames_) { in Post()