Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp571 SmallVector<SimpleKey, 4> SimpleKeys; member in llvm::yaml::Scanner
894 SimpleKeys.clear(); in peekNext()
905 if (!is_contained(SimpleKeys, SK)) in peekNext()
1097 SimpleKeys.push_back(SK); in saveSimpleKeyCandidate()
1102 for (SmallVectorImpl<SimpleKey>::iterator i = SimpleKeys.begin(); in removeStaleSimpleKeyCandidates()
1103 i != SimpleKeys.end();) { in removeStaleSimpleKeyCandidates()
1108 i = SimpleKeys.erase(i); in removeStaleSimpleKeyCandidates()
1115 if (!SimpleKeys.empty() && (SimpleKeys.end() - 1)->FlowLevel == Level) in removeSimpleKeyCandidatesOnFlowLevel()
1116 SimpleKeys.pop_back(); in removeSimpleKeyCandidatesOnFlowLevel()
1208 SimpleKeys.clear(); in scanStreamEnd()
[all …]