Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h765 virtual const FormatToken *lastComma() { return nullptr; } in lastComma() function
789 const FormatToken *lastComma() override { in lastComma() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.d138 inout(Expression) lastComma(inout Expression e) in lastComma() function