Searched refs:getTokenDescForDiagnostic (Results 1 – 1 of 1) sorted by relevance
618 static const char *getTokenDescForDiagnostic(tok::TokenKind Kind) { in getTokenDescForDiagnostic() function826 else if (const char *S = getTokenDescForDiagnostic(Kind)) in FormatDiagnostic()