Home
last modified time | relevance | path

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

/external/antlr/runtime/Cpp/include/
Dantlr3treeparser.inl113 TreeType* theCommonTree = static_cast<TreeType*>(theBaseTree); local
114 if (theCommonTree != NULL)
/external/antlr/runtime/C/src/
Dantlr3baserecognizer.c1018 pANTLR3_COMMON_TREE theCommonTree; in displayRecognitionError() local
1094 theCommonTree = (pANTLR3_COMMON_TREE) theBaseTree->super; in displayRecognitionError()
1096 if (theCommonTree != NULL) in displayRecognitionError()