Searched defs:chevrons (Results 1 – 3 of 3) sorted by relevance
247 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
3047 if (const auto &chevrons{call.chevrons}) { AnalyzeChevrons() local 3144 if (auto chevrons{AnalyzeChevrons(callStmt)}; Analyze() local [all...]
3263 std::optional<Chevrons> chevrons; global() member