Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DComponentPath.h28 using PathComponent = variable
57 llvm::SmallVector<PathComponent> reversePath;
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp3535 using PathComponent = Fortran::lower::PathComponent; typedef in __anon67dfc8455a11::ArrayExprLowering
6814 static bool ranked(const PathComponent &x) { in ranked()