Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DComponentPath.h41 ComponentPath(bool isImplicit) { setPC(isImplicit); } in ComponentPath() function
42 ComponentPath(bool isImplicit, const evaluate::Substring *ss) in ComponentPath() function
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp3551 using ComponentPath = Fortran::lower::ComponentPath; typedef in __anon67dfc8455a11::ArrayExprLowering