Home
last modified time | relevance | path

Searched refs:getTokenTypeName (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Format/
H A DTestLexer.h35 << getTokenTypeName(Tok.getType()) << ")";
/llvm-project-15.0.7/clang/lib/Format/
H A DFormatToken.cpp24 const char *getTokenTypeName(TokenType Type) { in getTokenTypeName() function
H A DFormatToken.h150 const char *getTokenTypeName(TokenType Type);
H A DFormat.cpp2563 << getTokenTypeName(FormatTok->getType()) << "\n"); in guessIsObjC()
H A DTokenAnnotator.cpp4950 << " T=" << getTokenTypeName(Tok->getType()) in printDebugInfo()