Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names-utils.cpp527 [&](const common::Indirection<parser::StructureComponent> &) { in CheckDataRef()
H A Dcheck-omp-structure.cpp2463 [&](const common::Indirection<parser::StructureComponent> &) { in CheckDependList()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h1824 struct StructureComponent { struct
1826 StructureComponent(DataRef &&dr, Name &&n) in StructureComponent() argument
1835 WRAPPER_CLASS_BOILERPLATE(ProcComponentRef, Scalar<StructureComponent>); argument