Home
last modified time | relevance | path

Searched refs:specialTransition (Results 1 – 4 of 4) sorted by relevance

/external/antlr/runtime/C/include/
Dantlr3cyclicdfa.h73 …ANTLR3_INT32 (*specialTransition) (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_I… member
/external/antlr/runtime/Cpp/include/
Dantlr3cyclicdfa.hpp91 …ANTLR_INT32 specialTransition(CtxType * ctx, RecognizerType* recognizer, IntStreamType* is, ANTLR_…
Dantlr3cyclicdfa.inl63 ANTLR_INT32 CyclicDFA<ImplTraits, CtxType>::specialTransition(CtxType * ctx, function in CyclicDFA
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg2563 …antlr3dfaspecialTransition, /* DFA specialTransition is currently just a default function in the …