Searched defs:TokenInfo (Results 1 – 8 of 8) sorted by relevance
| /external/clang/lib/ASTMatchers/Dynamic/ |
| D | Parser.cpp | 29 struct Parser::TokenInfo { struct in clang::ast_matchers::dynamic::Parser 31 enum TokenKind { 45 static const char* const ID_Bind; 47 TokenInfo() : Text(), Kind(TK_Eof), Range(), Value() {} in TokenInfo() argument 49 StringRef Text; 50 TokenKind Kind; 51 SourceRange Range; 52 VariantValue Value;
|
| /external/angle/src/tests/test_expectations/ |
| D | GPUTestExpectationsParser.cpp | 136 struct TokenInfo struct 138 constexpr TokenInfo() in TokenInfo() argument 144 constexpr TokenInfo(const char *nameIn, in TokenInfo() argument 150 constexpr TokenInfo(const char *nameIn, GPUTestConfig::Condition conditionIn) in TokenInfo() argument 154 const char *name; 155 GPUTestConfig::Condition condition; 156 GPUTestExpectationsParser::GPUTestExpectation expectation;
|
| /external/python/cpython3/Tools/peg_generator/pegen/ |
| D | tokenizer.py | 10 def shorttok(tok: tokenize.TokenInfo) -> str: 23 self, tokengen: Iterator[tokenize.TokenInfo], *, path: str = "", verbose: bool = False
|
| /external/clang/include/clang/Lex/ |
| D | TokenConcatenation.h | 57 char TokenInfo[tok::NUM_TOKENS]; variable
|
| /external/perfetto/src/kallsyms/ |
| D | kernel_symbol_map.cc | 241 struct TokenInfo { in Parse() struct 242 uint32_t count = 0; in Parse() 243 TokenId id = 0; in Parse()
|
| /external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/ |
| D | pipeline_monitor.h | 238 struct TokenInfo { struct 241 size_t byte_count = 0;
|
| /external/libaom/av1/encoder/ |
| D | tokenize.h | 63 } TokenInfo; typedef
|
| /external/python/cpython3/Lib/ |
| D | tokenize.py | 46 class TokenInfo(collections.namedtuple('TokenInfo', 'type string start end line')): class
|