Searched refs:pANTLR3_COMMON_TREE (Results 1 – 9 of 9) sorted by relevance
60 static pANTLR3_BASE_TREE newFromTree (pANTLR3_ARBORETUM factory, pANTLR3_COMMON_TREE tree);126 pANTLR3_COMMON_TREE *newPools; in newPool()134 newPools = (pANTLR3_COMMON_TREE *) in newPool()136 …(ANTLR3_UINT32)((factory->thisPool + 1) * sizeof(pANTLR3_COMMON_TREE *)) // Memory for new pool po… in newPool()149 (pANTLR3_COMMON_TREE) in newPool()171 pANTLR3_COMMON_TREE tree; in newPoolTree()175 tree = (pANTLR3_COMMON_TREE)factory->nilStack->peek(factory->nilStack); in newPoolTree()232 newFromTree(pANTLR3_ARBORETUM factory, pANTLR3_COMMON_TREE tree) in newFromTree()245 ((pANTLR3_COMMON_TREE)(newTree->super))->token = tree->token; in newFromTree()265 ((pANTLR3_COMMON_TREE)(newTree->super))->token = token; in newFromToken()[all …]
377 pANTLR3_COMMON_TREE ct; in setTokenBoundaries()402 ct = (pANTLR3_COMMON_TREE)(t->super); in setTokenBoundaries()422 return ((pANTLR3_COMMON_TREE)(t->super))->startIndex; in getTokenStartIndex()428 return ((pANTLR3_COMMON_TREE)(t->super))->stopIndex; in getTokenStopIndex()
230 while (((pANTLR3_COMMON_TREE)(current->super))->factory == NULL) in getMissingSymbol()
372 pANTLR3_COMMON_TREE tnode; in antlr3RecognitionExceptionNew()374 tnode = ((pANTLR3_COMMON_TREE)(((pANTLR3_BASE_TREE)(ex->token))->super)); in antlr3RecognitionExceptionNew()1018 pANTLR3_COMMON_TREE theCommonTree; in displayRecognitionError()1094 theCommonTree = (pANTLR3_COMMON_TREE) theBaseTree->super; in displayRecognitionError()
892 pANTLR3_COMMON_TREE dNode; in newDownNode()906 pANTLR3_COMMON_TREE uNode; in newUpNode()
69 pANTLR3_COMMON_TREE parent;116 pANTLR3_COMMON_TREE *pools;152 …_BASE_TREE (*newFromTree) (struct ANTLR3_ARBORETUM_struct * factory, pANTLR3_COMMON_TREE tree);
586 ANTLR3_API pANTLR3_COMMON_TREE antlr3CommonTreeNew (void);587 ANTLR3_API pANTLR3_COMMON_TREE antlr3CommonTreeNewFromTree (pANTLR3_COMMON_TREE tree);588 ANTLR3_API pANTLR3_COMMON_TREE antlr3CommonTreeNewFromToken (pANTLR3_COMMON_TOKEN tree);590 ANTLR3_API void antlr3SetCTAPI (pANTLR3_COMMON_TREE tree);
169 typedef struct ANTLR3_COMMON_TREE_struct *pANTLR3_COMMON_TREE; typedef
219 /// \defgroup pANTLR3_COMMON_TREE pANTLR3_COMMON_TREE - Common Tree Implementation