Home
last modified time | relevance | path

Searched refs:SimpleKeys (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/llvm/lib/Support/
HDYAMLParser.cpp513 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()
[all …]