Searched refs:getKeywordSpelling (Results 1 – 4 of 4) sorted by relevance
41 const char *tok::getKeywordSpelling(TokenKind Kind) { in getKeywordSpelling() function in tok
809 else if (const char *S = tok::getKeywordSpelling(Kind)) in FormatDiagnostic()
70 const char *getKeywordSpelling(TokenKind Kind) LLVM_READNONE;
161 else if (const char *Kwd = tok::getKeywordSpelling(Tok.getKind())) in dump()