Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DDiagnostic.cpp618 static const char *getTokenDescForDiagnostic(tok::TokenKind Kind) { in getTokenDescForDiagnostic() function
826 else if (const char *S = getTokenDescForDiagnostic(Kind)) in FormatDiagnostic()