Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDFormatToken.h962 virtual void CommaFound(const FormatToken *Token) {} in CommaFound() function
984 void CommaFound(const FormatToken *Token) override { in CommaFound() function
HDTokenAnnotator.cpp1256 Left->Role->CommaFound(Current); in updateParameterCount()