Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DYAMLParser.cpp566 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()
[all …]