Home
last modified time | relevance | path

Searched defs:DirContext (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dresolve-directives.cpp35 struct DirContext { struct in Fortran::semantics::DirectiveAttributeVisitor
36 DirContext(const parser::CharBlock &source, T d, Scope &s) in DirContext() function
38 parser::CharBlock directiveSource;
39 T directive;
40 Scope &scope;
41 Symbol::Flag defaultDSA{Symbol::Flag::AccShared}; // TODOACC
42 std::map<const Symbol *, Symbol::Flag> objectWithDSA;
43 bool withinConstruct{false};
44 std::int64_t associatedLoopLevel{0};