Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DTokenKinds.cpp41 const char *tok::getKeywordSpelling(TokenKind Kind) { in getKeywordSpelling() function in tok
H A DDiagnostic.cpp808 else if (const char *S = tok::getKeywordSpelling(Kind)) in FormatDiagnostic()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTokenKinds.h70 const char *getKeywordSpelling(TokenKind Kind) LLVM_READNONE;
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DMacroInfo.cpp161 else if (const char *Kwd = tok::getKeywordSpelling(Tok.getKind())) in dump()