Lines Matching refs:SimpleKeys
513 SmallVector<SimpleKey, 4> SimpleKeys; member in llvm::yaml::Scanner
753 if (std::find(SimpleKeys.begin(), SimpleKeys.end(), SK) in peekNext()
754 == SimpleKeys.end()) in peekNext()
952 SimpleKeys.push_back(SK); in saveSimpleKeyCandidate()
957 for (SmallVectorImpl<SimpleKey>::iterator i = SimpleKeys.begin(); in removeStaleSimpleKeyCandidates()
958 i != SimpleKeys.end();) { in removeStaleSimpleKeyCandidates()
963 i = SimpleKeys.erase(i); in removeStaleSimpleKeyCandidates()
970 if (!SimpleKeys.empty() && (SimpleKeys.end() - 1)->FlowLevel == Level) in removeSimpleKeyCandidatesOnFlowLevel()
971 SimpleKeys.pop_back(); in removeSimpleKeyCandidatesOnFlowLevel()
1060 SimpleKeys.clear(); in scanStreamEnd()
1073 SimpleKeys.clear(); in scanDirective()
1104 SimpleKeys.clear(); in scanDocumentIndicator()
1187 if (!SimpleKeys.empty()) { in scanValue()
1188 SimpleKey SK = SimpleKeys.pop_back_val(); in scanValue()