Lines Matching refs:SimpleKeys
566 SmallVector<SimpleKey, 4> SimpleKeys; member in llvm::yaml::Scanner
805 if (std::find(SimpleKeys.begin(), SimpleKeys.end(), SK) in peekNext()
806 == SimpleKeys.end()) in peekNext()
991 SimpleKeys.push_back(SK); in saveSimpleKeyCandidate()
996 for (SmallVectorImpl<SimpleKey>::iterator i = SimpleKeys.begin(); in removeStaleSimpleKeyCandidates()
997 i != SimpleKeys.end();) { in removeStaleSimpleKeyCandidates()
1002 i = SimpleKeys.erase(i); in removeStaleSimpleKeyCandidates()
1009 if (!SimpleKeys.empty() && (SimpleKeys.end() - 1)->FlowLevel == Level) in removeSimpleKeyCandidatesOnFlowLevel()
1010 SimpleKeys.pop_back(); in removeSimpleKeyCandidatesOnFlowLevel()
1102 SimpleKeys.clear(); in scanStreamEnd()
1115 SimpleKeys.clear(); in scanDirective()
1146 SimpleKeys.clear(); in scanDocumentIndicator()
1229 if (!SimpleKeys.empty()) { in scanValue()
1230 SimpleKey SK = SimpleKeys.pop_back_val(); in scanValue()