Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatToken.h859 virtual void CommaFound(const FormatToken *Token) {} in CommaFound() function
881 void CommaFound(const FormatToken *Token) override { in CommaFound() function
H A DTokenAnnotator.cpp904 Left->Role->CommaFound(Current); in updateParameterCount()