Home
last modified time | relevance | path

Searched defs:TokenType (Results 1 – 25 of 72) sorted by relevance

123

/external/antlr/runtime/Cpp/include/
Dantlr3rewritestreams.hpp66 typedef typename SuperType::TokenType TokenType; typedef in RewriteRuleElementStream
178 typedef typename ImplTraits::CommonTokenType TokenType; typedef in RewriteRuleTokenStream
206 typedef TreeType TokenType; typedef in RewriteRuleSubtreeStream
234 typedef TreeType TokenType; typedef in RewriteRuleNodeStream
Dantlr3tokenstream.hpp53 typedef typename ImplTraits::CommonTokenType TokenType; typedef in TokenSource
145 typedef typename ImplTraits::CommonTokenType TokenType; typedef in TokenStream
243 typedef typename ImplTraits::CommonTokenType TokenType; typedef in CommonTokenStream
Dantlr3commontreeadaptor.hpp46 typedef TreeType TokenType; typedef in CommonTreeAdaptor
Dantlr3treeparser.hpp49 typedef TreeType TokenType; typedef in TreeParser
Dantlr3commontree.hpp48 typedef CommonTree TokenType; typedef in CommonTree
Dantlr3cyclicdfa.hpp56 typedef typename StreamType::TokenType TokenType; typedef in CyclicDFA
Dantlr3lexer.hpp79 typedef typename ImplTraits::StreamDataType TokenType; typedef in Lexer
Dantlr3parser.hpp57 typedef CommonTokenType TokenType; typedef in Parser
Dantlr3exception.hpp57 typedef typename StreamType::UnitType TokenType; typedef in ANTLR_ExceptionBase
Dantlr3input.hpp59 typedef UnitType TokenType; typedef in InputStream
Dantlr3recognizersharedstate.hpp59 typedef typename StreamType::UnitType TokenType; typedef in RecognizerSharedState
/external/cronet/tot/base/types/
Dtoken_type_unittest.cc20 TEST(TokenType, TokenApi) { in TEST() argument
52 TEST(TokenType, TokenFromNullUnguessableToken) { in TEST() argument
Dtoken_type.h27 TokenType() : Super(UnguessableToken::Create()) {} in TokenType() function
28 explicit TokenType(const UnguessableToken& token) : Super(token) { in TokenType() function
/external/cronet/stable/base/types/
Dtoken_type_unittest.cc20 TEST(TokenType, TokenApi) { in TEST() argument
52 TEST(TokenType, TokenFromNullUnguessableToken) { in TEST() argument
Dtoken_type.h27 TokenType() : Super(UnguessableToken::Create()) {} in TokenType() function
28 explicit TokenType(const UnguessableToken& token) : Super(token) { in TokenType() function
/external/antlr/runtime/ObjC/Framework/
DCommonToken.m85 + (CommonToken *) newToken:(TokenType)tokenType argument
188 - (id) initWithType:(TokenType)aTType argument
196 - (id) initWithType:(TokenType)aTType Text:(NSString *)tokenText argument
DANTLRBitSet.m37 + (ANTLRBitSet *) newBitSetWithType:(TokenType)type argument
112 - (ANTLRBitSet *) initWithType:(TokenType)type argument
DToken.h41 } TokenType; typedef
DDebugTreeParser.m113 tokenType:(TokenType)ttype argument
/external/ComputeLibrary/src/runtime/CL/mlgo/
DMLGOParser.h84 enum class TokenType enum
/external/angle/third_party/spirv-tools/src/tools/sva/src/
Dtoken.js15 const TokenType = { variable
/external/deqp-deps/SPIRV-Tools/tools/sva/src/
Dtoken.js15 const TokenType = { variable
/external/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
Dtoken.js15 const TokenType = { variable
/external/jsoncpp/include/json/
Dreader.h158 enum TokenType { enum
/external/icing/icing/query/advanced_query_parser/
Dlexer.h36 enum class TokenType { enum

123