Home
last modified time | relevance | path

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

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