Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp512 SmallVector<SimpleKey, 4> SimpleKeys; member in llvm::yaml::Scanner
746 if (std::find(SimpleKeys.begin(), SimpleKeys.end(), SK) in peekNext()
747 == SimpleKeys.end()) in peekNext()
909 SimpleKeys.push_back(SK); in saveSimpleKeyCandidate()
914 for (SmallVectorImpl<SimpleKey>::iterator i = SimpleKeys.begin(); in removeStaleSimpleKeyCandidates()
915 i != SimpleKeys.end();) { in removeStaleSimpleKeyCandidates()
920 i = SimpleKeys.erase(i); in removeStaleSimpleKeyCandidates()
927 if (!SimpleKeys.empty() && (SimpleKeys.end() - 1)->FlowLevel == Level) in removeSimpleKeyCandidatesOnFlowLevel()
928 SimpleKeys.pop_back(); in removeSimpleKeyCandidatesOnFlowLevel()
1017 SimpleKeys.clear(); in scanStreamEnd()
[all …]