Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-directive-structure.h24 const common::EnumSet<C, ClauseEnumSize> allowedOnce; member
229 const common::EnumSet<C, ClauseEnumSize> &allowedOnce) { in SetContextAllowedOnce() argument
230 GetContext().allowedOnceClauses = allowedOnce; in SetContextAllowedOnce()
306 directiveClausesMap_[dir].allowedOnce; in SetClauseSets()