Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h763 virtual void CommaFound(const FormatToken *Token) {} in CommaFound() function
785 void CommaFound(const FormatToken *Token) override { in CommaFound() function
H A DTokenAnnotator.cpp796 Left->Role->CommaFound(Current); in updateParameterCount()