Lines Matching refs:ANTLR3_API
146 #define ANTLR3_API __declspec(dllexport) macro
355 #define ANTLR3_API macro
411 #define ANTLR3_API macro
531 ANTLR3_API pANTLR3_INT_TRIE antlr3IntTrieNew (ANTLR3_UINT32 depth);
533 ANTLR3_API pANTLR3_BITSET antlr3BitsetNew (ANTLR3_UINT32 numBits);
534 ANTLR3_API pANTLR3_BITSET antlr3BitsetOf (ANTLR3_INT32 bit, ...);
535 ANTLR3_API pANTLR3_BITSET antlr3BitsetList (pANTLR3_HASH_TABLE list);
536 ANTLR3_API pANTLR3_BITSET antlr3BitsetCopy (pANTLR3_BITSET_LIST blist);
537 ANTLR3_API pANTLR3_BITSET antlr3BitsetLoad (pANTLR3_BITSET_LIST blist);
538 ANTLR3_API void antlr3BitsetSetAPI (pANTLR3_BITSET bitset);
541 ANTLR3_API pANTLR3_BASE_RECOGNIZER antlr3BaseRecognizerNew (ANTLR3_UINT32 type…
542 ANTLR3_API void antlr3RecognitionExceptionNew (pANTLR3_BASE_RECOGNIZER recogniz…
543 ANTLR3_API void antlr3MTExceptionNew (pANTLR3_BASE_RECOGNIZER recogniz…
544 ANTLR3_API void antlr3MTNExceptionNew (pANTLR3_BASE_RECOGNIZER recogniz…
545 ANTLR3_API pANTLR3_HASH_TABLE antlr3HashTableNew (ANTLR3_UINT32 sizeHi…
546 ANTLR3_API ANTLR3_UINT32 antlr3Hash (void * key, ANTLR3_UINT32…
547 ANTLR3_API pANTLR3_HASH_ENUM antlr3EnumNew (pANTLR3_HASH_TABLE ta…
548 ANTLR3_API pANTLR3_LIST antlr3ListNew (ANTLR3_UINT32 sizeHint);
549 ANTLR3_API pANTLR3_VECTOR_FACTORY antlr3VectorFactoryNew (ANTLR3_UINT32 size…
550 ANTLR3_API pANTLR3_VECTOR antlr3VectorNew (ANTLR3_UINT32 sizeHint);
551 ANTLR3_API pANTLR3_STACK antlr3StackNew (ANTLR3_UINT32 sizeHint);
552 ANTLR3_API void antlr3SetVectorApi (pANTLR3_VECTOR vec…
553 ANTLR3_API ANTLR3_UCHAR antlr3c8toAntlrc (ANTLR3_INT8 inc);
554 ANTLR3_API pANTLR3_TOPO antlr3TopoNew();
556 ANTLR3_API pANTLR3_EXCEPTION antlr3ExceptionNew (ANTLR3_UINT32 excepti…
559 ANTLR3_API pANTLR3_INPUT_STREAM antlr3FileStreamNew (pANTLR3_UINT8 file…
560 ANTLR3_API pANTLR3_INPUT_STREAM antlr3StringStreamNew (pANTLR3_UINT8 data…
562 ANTLR3_API pANTLR3_INT_STREAM antlr3IntStreamNew (void);
564 ANTLR3_API pANTLR3_STRING_FACTORY antlr3StringFactoryNew (ANTLR3_UINT32 enco…
566 ANTLR3_API pANTLR3_COMMON_TOKEN antlr3CommonTokenNew (ANTLR3_UINT32 ttyp…
567 ANTLR3_API pANTLR3_TOKEN_FACTORY antlr3TokenFactoryNew (pANTLR3_INPUT_STRE…
568 ANTLR3_API void antlr3SetTokenAPI (pANTLR3_COMMON_TOKEN token);
570 ANTLR3_API pANTLR3_LEXER antlr3LexerNewStream (ANTLR3_UINT32 sizeHint, p…
571 ANTLR3_API pANTLR3_LEXER antlr3LexerNew (ANTLR3_UINT32 sizeHint, p…
572 ANTLR3_API pANTLR3_PARSER antlr3ParserNewStreamDbg (ANTLR3_UINT32 sizeHint, …
573 ANTLR3_API pANTLR3_PARSER antlr3ParserNewStream (ANTLR3_UINT32 sizeHint, …
574 ANTLR3_API pANTLR3_PARSER antlr3ParserNew (ANTLR3_UINT32 size…
576 ANTLR3_API pANTLR3_COMMON_TOKEN_STREAM antlr3CommonTokenStreamSourceNew (ANTLR3_UINT32 hint…
577 ANTLR3_API pANTLR3_COMMON_TOKEN_STREAM antlr3CommonTokenStreamNew (ANTLR3_UINT32 hint);
578 ANTLR3_API pANTLR3_COMMON_TOKEN_STREAM antlr3CommonTokenDebugStreamSourceNew (ANTLR3_UINT32 hint,…
580 ANTLR3_API pANTLR3_BASE_TREE_ADAPTOR ANTLR3_TREE_ADAPTORNew (pANTLR3_STRING_FACTOR…
581 ANTLR3_API pANTLR3_BASE_TREE_ADAPTOR ANTLR3_TREE_ADAPTORDebugNew (pANTLR3_STRING_FACTOR…
582 ANTLR3_API pANTLR3_COMMON_TREE antlr3CommonTreeNew (void);
583 ANTLR3_API pANTLR3_COMMON_TREE antlr3CommonTreeNewFromTree (pANTLR3_COMMON_TREE tree);
584 ANTLR3_API pANTLR3_COMMON_TREE antlr3CommonTreeNewFromToken (pANTLR3_COMMON_TOKEN tree);
585 ANTLR3_API pANTLR3_ARBORETUM antlr3ArboretumNew (pANTLR3_STRING_FACTORY facto…
586 ANTLR3_API void antlr3SetCTAPI (pANTLR3_COMMON_TREE tree);
587 ANTLR3_API pANTLR3_BASE_TREE antlr3BaseTreeNew (pANTLR3_BASE_TREE tree);
589 ANTLR3_API void antlr3BaseTreeAdaptorInit (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANT…
591 ANTLR3_API pANTLR3_TREE_PARSER antlr3TreeParserNewStream (ANTLR3_UINT32 sizeHint, pA…
593 ANTLR3_API ANTLR3_INT32 antlr3dfaspecialTransition (void * ctx, pANTLR3_BASE_RECOGNI…
594 ANTLR3_API ANTLR3_INT32 antlr3dfaspecialStateTransition (void * ctx, pANTLR3_BASE_RECOGNI…
595 ANTLR3_API ANTLR3_INT32 antlr3dfapredict (void * ctx, pANTLR3_BASE_RECOGNI…
597 ANTLR3_API pANTLR3_COMMON_TREE_NODE_STREAM antlr3CommonTreeNodeStreamNewTree (pANTLR3_BASE_TREE …
598 ANTLR3_API pANTLR3_COMMON_TREE_NODE_STREAM antlr3CommonTreeNodeStreamNew (pANTLR3_STRING_FAC…
599 ANTLR3_API pANTLR3_COMMON_TREE_NODE_STREAM antlr3UnbufTreeNodeStreamNewTree (pANTLR3_BASE_TREE …
600 ANTLR3_API pANTLR3_COMMON_TREE_NODE_STREAM antlr3UnbufTreeNodeStreamNew (pANTLR3_STRING_FAC…
601 ANTLR3_API pANTLR3_COMMON_TREE_NODE_STREAM antlr3CommonTreeNodeStreamNewStream (pANTLR3_COMMON_TRE…
602 ANTLR3_API pANTLR3_TREE_NODE_STREAM antlr3TreeNodeStreamNew ();
603 ANTLR3_API void fillBufferExt (pANTLR3_COMMON_TOKEN_STREAM tokenStream…
605 ANTLR3_API pANTLR3_REWRITE_RULE_TOKEN_STREAM
607 ANTLR3_API pANTLR3_REWRITE_RULE_TOKEN_STREAM
609 ANTLR3_API pANTLR3_REWRITE_RULE_TOKEN_STREAM
612 ANTLR3_API pANTLR3_REWRITE_RULE_NODE_STREAM
614 ANTLR3_API pANTLR3_REWRITE_RULE_NODE_STREAM
616 ANTLR3_API pANTLR3_REWRITE_RULE_NODE_STREAM
619 ANTLR3_API pANTLR3_REWRITE_RULE_SUBTREE_STREAM
621 ANTLR3_API pANTLR3_REWRITE_RULE_SUBTREE_STREAM
623 ANTLR3_API pANTLR3_REWRITE_RULE_SUBTREE_STREAM
626 ANTLR3_API pANTLR3_DEBUG_EVENT_LISTENER antlr3DebugListenerNew();