Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp24 const char *getTokenTypeName(TokenType Type) { in getTokenTypeName() function
H A DFormatToken.h221 const char *getTokenTypeName(TokenType Type);
H A DFormat.cpp2975 << getTokenTypeName(FormatTok->getType()) << "\n"); in guessIsObjC()
H A DTokenAnnotator.cpp6321 << " T=" << getTokenTypeName(Tok->getType()) in printDebugInfo()