Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-omp-structure.cpp654 [&](const common::Indirection<parser::StructureComponent> &) { in CheckDependList()
Dresolve-names-utils.cpp491 [&](const common::Indirection<parser::StructureComponent> &) { in CheckDataRef()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h1806 struct StructureComponent { struct
1808 StructureComponent(DataRef &&dr, Name &&n) in StructureComponent() function
1817 WRAPPER_CLASS_BOILERPLATE(ProcComponentRef, Scalar<StructureComponent>); argument