Lines Matching refs:SimpleKey
175 /// if the Token To be returned is referenced by a SimpleKey, we continue
179 /// others) before the SimpleKey's Tok.
180 struct SimpleKey {
187 bool operator ==(const SimpleKey &Other) {
387 /// @brief If IsSimpleKeyAllowed, create and push_back a new SimpleKey.
504 SimpleKey, 4> SimpleKeys;
742 SimpleKey SK;
937 SimpleKey SK;
948 for (SmallVectorImpl<SimpleKey>::iterator i = SimpleKeys.begin();
1171 SimpleKey SK = SimpleKeys.pop_back_val();
1180 assert(i != e && "SimpleKey not in token queue!");