Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTokenKinds.cpp24 const char *tok::getTokenName(TokenKind Kind) { in getTokenName() function in tok
H A DDiagnostic.cpp1031 else if ((S = tok::getTokenName(Kind))) in FormatDiagnostic()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.h64 const char *getTokenName(TokenKind Kind) LLVM_READNONE;
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h174 const char *getName() const { return tok::getTokenName(Kind); } in getName()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp905 tok::getTokenName(kind()), length())); in str()
910 tok::getTokenName(kind()), length())); in dumpForTests()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp239 llvm::errs() << tok::getTokenName(Tok.getKind()); in DumpToken()