Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatToken.cpp25 const char *getTokenTypeName(TokenType Type) { in getTokenTypeName() function
H A DFormatToken.h109 const char *getTokenTypeName(TokenType Type);
H A DFormat.cpp1615 << getTokenTypeName(FormatTok->Type) << "\n"); in guessIsObjC()
H A DTokenAnnotator.cpp3360 << " T=" << getTokenTypeName(Tok->Type) in printDebugInfo()