Searched refs:TokenType (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h58 bool tryMergeTokens(ArrayRef<tok::TokenKind> Kinds, TokenType NewType);
109 llvm::SmallMapVector<IdentifierInfo *, TokenType, 8> Macros;
H A DFormatToken.cpp24 const char *getTokenTypeName(TokenType Type) {
33 llvm_unreachable("unknown TokenType");
H A DFormatToken.h108 enum TokenType { enum in namespace:clang::format
116 const char *getTokenTypeName(TokenType Type);
187 TokenType Type = TT_Unknown;
315 bool is(TokenType TT) const { return Type == TT; }
H A DFormatTokenLexer.cpp313 TokenType NewType) {
590 TokenType Type = TT_Unknown;
H A DTokenAnnotator.cpp1747 TokenType determineStarAmpUsage(const FormatToken &Tok, bool IsExpression,
1820 TokenType determinePlusMinusCaretUsage(const FormatToken &Tok) {
1845 TokenType determineIncrementUsage(const FormatToken &Tok) {

Completed in 272 milliseconds