Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTokenKinds.cpp24 const char *tok::getTokenName(TokenKind Kind) { in getTokenName() function in tok
H A DDiagnostic.cpp978 else if (const char *S = tok::getTokenName(Kind)) in FormatDiagnostic()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTokenKinds.h56 const char *getTokenName(TokenKind Kind) LLVM_READNONE;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DToken.h168 const char *getName() const { return tok::getTokenName(Kind); } in getName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DTokens.cpp859 tok::getTokenName(kind()), length())); in str()
864 tok::getTokenName(kind()), length())); in dumpForTests()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp232 llvm::errs() << tok::getTokenName(Tok.getKind()) << " '" in DumpToken()