Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h966 virtual const FormatToken *lastComma() { return nullptr; } in lastComma() function
990 const FormatToken *lastComma() override { in lastComma() function
H A DContinuationIndenter.cpp749 const auto *Comma = Prev->Role->lastComma(); in addTokenOnCurrentLine()