Searched refs:getKeywordSpelling (Results 1 – 6 of 6) sorted by relevance
40 const char *tok::getKeywordSpelling(TokenKind Kind) { in getKeywordSpelling() function in tok
1025 else if ((S = tok::getKeywordSpelling(Kind))) in FormatDiagnostic()
77 const char *getKeywordSpelling(TokenKind Kind) LLVM_READNONE;
62 Spelling = tok::getKeywordSpelling(K); in createLeaf()
600 clang::tok::getKeywordSpelling(ti->getKind())) { in ForEachMacro()
1631 const char *S = tok::getKeywordSpelling(Tok.getKind()); in getIdentifier()