/external/antlr/runtime/Cpp/include/ |
D | antlr3baserecognizer.hpp | 55 typedef typename ImplTraits::BitsetType BitsetType; typedef in BaseRecognizer 287 BitsetType* computeErrorRecoverySet(); 343 BitsetType* computeCSRuleFollow(); 347 BitsetType* combineFollows(bool exact); 406 void consumeUntilSet(BitsetType* set);
|
D | antlr3bitset.hpp | 70 typedef typename ImplTraits::BitsetType BitsetType; typedef in BitsetList 117 BitsetType* bitsetLoad(); 119 BitsetType* bitsetCopy();
|
D | antlr3collections.hpp | 172 typedef typename ImplTraits::BitsetType BitsetType; typedef in Topo 182 BitsetType** m_edges; 228 BitsetType* m_visited;
|
D | antlr3exception.hpp | 62 typedef typename ImplTraits::BitsetType BitsetType; typedef in ANTLR_ExceptionBase 191 typedef typename ImplTraits::BitsetType BitsetType; typedef in ANTLR_Exception
|
D | antlr3tokenstream.hpp | 242 typedef typename ImplTraits::BitsetType BitsetType; typedef in CommonTokenStream 362 …void getTokensSet(ANTLR_UINT32 start, ANTLR_UINT32 stop, BitsetType* types, TokensListType& tokenS…
|
D | antlr3recognizersharedstate.hpp | 67 typedef typename ImplTraits::BitsetType BitsetType; typedef in RecognizerSharedState
|
D | antlr3traits.hpp | 21 typedef Empty BitsetType; typedef in CustomTraitsBase 152 typedef typename TraitsSelector< typename UserTraits<TraitsType>::BitsetType, 153 Bitset<TraitsType> >::selected BitsetType; typedef in TraitsBase
|
D | antlr3baserecognizer.inl | 126 BitsetType* followClone; 127 BitsetType* viableTokensFollowingThisRule; 294 BitsetType* followSet = this->computeErrorRecoverySet(); 355 typename BaseRecognizer<ImplTraits, StreamType>::BitsetType* BaseRecognizer<ImplTraits, StreamType>… 361 typename BaseRecognizer<ImplTraits, StreamType>::BitsetType* BaseRecognizer<ImplTraits, StreamType>… 367 typename BaseRecognizer<ImplTraits, StreamType>::BitsetType* BaseRecognizer<ImplTraits, StreamType>… 369 BitsetType* followSet; 370 BitsetType* localFollowSet; 376 followSet = new BitsetType(0); 546 BitsetType* follow = followBits->load(); [all …]
|
D | antlr3bitset.inl | 42 typename BitsetList<ImplTraits>::BitsetType* BitsetList<ImplTraits>::bitsetLoad() 52 BitsetType* bitset = new BitsetType(); 76 typename BitsetList<ImplTraits>::BitsetType* BitsetList<ImplTraits>::bitsetCopy() 78 BitsetType* bitset;
|
D | antlr3collections.inl | 588 BitsetType* edgeDeps; 608 m_edges = AllocPolicyType::alloc0(sizeof(BitsetType*) * (maxEdge + 1)); 618 m_edges = AllocPolicyType::realloc(m_edges, sizeof(BitsetType*) * (maxEdge + 1)); 649 edgeDeps = new BitsetType(0); 673 BitsetType* edges; 803 m_visited = new BitsetType(0);
|
D | antlr3tokenstream.inl | 675 CommonTokenStream<ImplTraits>::getTokensSet(ANTLR_UINT32 start, ANTLR_UINT32 stop, BitsetType* type… 719 BitsetType* bitSet; 731 BitsetType* bitSet; 733 bitSet = BitsetType::BitsetOf(type, -1);
|
D | antlr3exception.inl | 303 BitsetType* errBits;
|
/external/llvm-project/clang/test/Parser/ |
D | DelayedTemplateParsing.cpp | 119 struct BitsetType; 122 BitsetType::New(); in Any() 127 struct TypeImpl<Config>::BitsetType { struct in PR19613::TypeImpl
|
/external/clang/test/Parser/ |
D | DelayedTemplateParsing.cpp | 135 struct BitsetType; 138 BitsetType::New(); in Any() 143 struct TypeImpl<Config>::BitsetType { struct in PR19613::TypeImpl
|