Searched refs:TokenType (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | FormatTokenLexer.h | 65 bool tryMergeTokens(ArrayRef<tok::TokenKind> Kinds, TokenType NewType); 67 bool tryMergeTokens(size_t Count, TokenType NewType); 70 TokenType NewType); 126 llvm::SmallMapVector<IdentifierInfo *, TokenType, 8> Macros;
|
| H A D | UnwrappedLineParser.h | 110 TokenType NextLBracesType = TT_Unknown, 120 TokenType NextLBracesType = TT_Unknown); 122 TokenType NextLBracesType = TT_Unknown); 132 TokenType NextLBracesType = TT_Unknown, 140 void parseParens(TokenType AmpAmpTokenType = TT_Unknown);
|
| H A D | FormatToken.h | 161 enum TokenType : uint8_t { enum 169 const char *getTokenTypeName(TokenType Type); 369 TokenType Type; 374 TokenType getType() const { return Type; } in getType() 375 void setType(TokenType T) { in setType() 384 void setFinalizedType(TokenType T) { in setFinalizedType() 388 void overwriteFixedType(TokenType T) { in overwriteFixedType() 536 bool is(TokenType TT) const { return getType() == TT; } in is()
|
| H A D | FormatTokenLexer.cpp | 479 TokenType NewType) { in tryMergeTokens() 492 bool FormatTokenLexer::tryMergeTokens(size_t Count, TokenType NewType) { in tryMergeTokens() 515 ArrayRef<ArrayRef<tok::TokenKind>> Kinds, TokenType NewType) { in tryMergeTokensAny() 895 TokenType Type = TT_Unknown; in tryMergeConflictMarkers()
|
| H A D | FormatToken.cpp | 24 const char *getTokenTypeName(TokenType Type) { in getTokenTypeName()
|
| H A D | UnwrappedLineParser.cpp | 496 TokenType NextLBracesType, in parseLevel() 865 bool CanContainBracedList, TokenType NextLBracesType) { in parseBlock() 1092 bool CanContainBracedList, clang::format::TokenType NextLBracesType) { in parseChildBlock() 1528 bool IsTopLevel, TokenType NextLBracesType, IfStmtKind *IfKind, in parseStructuralElement() 2551 void UnwrappedLineParser::parseParens(TokenType AmpAmpTokenType) { in parseParens()
|
| H A D | TokenAnnotator.cpp | 2344 TokenType determineStarAmpUsage(const FormatToken &Tok, bool IsExpression, in determineStarAmpUsage() 2445 TokenType determinePlusMinusCaretUsage(const FormatToken &Tok) { in determinePlusMinusCaretUsage() 2461 TokenType determineIncrementUsage(const FormatToken &Tok) { in determineIncrementUsage()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/corpus/ |
| H A D | CL018_yaml.meta | 50 "Compiler::Lexer::TokenType" : {
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | BreakpadRecords.cpp | 228 static std::optional<T> parseNumberName(llvm::StringRef Line, Token TokenType) { in parseNumberName() argument 230 if (consume<Token>(Line) != TokenType) in parseNumberName()
|
| /openbsd-src/lib/libcrypto/objects/ |
| H A D | objects.txt | 1179 set-certExt 10 : setCext-TokenType 1184 set-attr 2 : setAttr-TokenType 1190 setAttr-TokenType 1 : setAttr-Token-EMV 1191 setAttr-TokenType 2 : setAttr-Token-B0Prime
|