Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.cpp24 const char *getTokenTypeName(TokenType Type) { in getTokenTypeName() function
H A DFormatToken.h132 const char *getTokenTypeName(TokenType Type);
H A DFormat.cpp2162 << getTokenTypeName(FormatTok->getType()) << "\n"); in guessIsObjC()
H A DTokenAnnotator.cpp4115 << " T=" << getTokenTypeName(Tok->getType()) in printDebugInfo()