Home
last modified time | relevance | path

Searched refs:tokenPrefix (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
DCPP.stg134 <tokens:{static const tokenid_type <tokenPrefix()><it.name> = <it.type>;}; separator="\n">
280 <tokens:{static tokenid_type <tokenPrefix()><it.name>=<it.type>;}; separator="\n">
530 tokenid_type type = <tokenPrefix()><ruleName>;
1345 tokenPrefix() ::= "TOK_"
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
DCodeMirrorTextEditor.js2093 WebInspector.CodeMirrorTextEditor._overrideModeWithPrefixedTokens = function(modeName, tokenPrefix) argument
2117 return token ? tokenPrefix + token : token;