Searched refs:antlr3BitsetClone (Results 1 – 1 of 1) sorted by relevance
41 static pANTLR3_BITSET antlr3BitsetClone (pANTLR3_BITSET inSet);123 bitset->clone = antlr3BitsetClone; in antlr3BitsetSetAPI()183 antlr3BitsetClone(pANTLR3_BITSET inSet) in antlr3BitsetClone() function359 return antlr3BitsetClone(bitset2); in antlr3BitsetOR()364 return antlr3BitsetClone(bitset1); in antlr3BitsetOR()369 bitset = antlr3BitsetClone(bitset1); in antlr3BitsetOR()