Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Evaluate/
H A Dcall.h247 Chevrons &chevrons() { return chevrons_; } in chevrons() function
248 const Chevrons &chevrons() const { return chevrons_; } in chevrons() function
249 void set_chevrons(Chevrons &&chevrons) { chevrons_ = std::move(chevrons); } in set_chevrons() argument
/llvm-project/flang/lib/Semantics/
H A Dexpression.cpp3047 if (const auto &chevrons{call.chevrons}) { AnalyzeChevrons() local
3144 if (auto chevrons{AnalyzeChevrons(callStmt)}; Analyze() local
[all...]
/llvm-project/flang/include/flang/Parser/
H A Dparse-tree.h3263 std::optional<Chevrons> chevrons; global() member