Home
last modified time | relevance | path

Searched refs:lastComma (Results 1 – 9 of 9) 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
H A DTokenAnnotator.cpp3797 auto Comma = Left.Role->lastComma(); in mustBreakBefore()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbol.d2000 ce = ce.lastComma();
H A Dopover.d959 if (lastComma(result).op == EXP.call && e.op == EXP.notEqual) in visitEqual()
H A Dexpression.d138 inout(Expression) lastComma(inout Expression e) in lastComma() function
409 auto ex = lastComma(e); in valueNoDtor()
H A Dexpressionsem.d366 e = lastComma(e); in checkPropertyCall()
9086 auto e2y = lastComma(e2x); in visit()
9576 auto lc = lastComma(exp.e2); in visit()
H A Dtypesem.d3376 Expression ex = e.lastComma(); in dotExp()
H A Dstatementsem.d131 auto ec = lastComma(e); in checkAssignmentAsCondition()
H A Ddsymbolsem.d1026 Expression ex = ei.exp.lastComma(); in visit()