Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DYAMLParser.cpp557 SmallVector<SimpleKey, 4> SimpleKeys; member in llvm::yaml::Scanner
803 if (!is_contained(SimpleKeys, SK)) in peekNext()
983 SimpleKeys.push_back(SK); in saveSimpleKeyCandidate()
994 i = SimpleKeys.erase(i); in removeStaleSimpleKeyCandidates()
1001 if (!SimpleKeys.empty() && (SimpleKeys.end() - 1)->FlowLevel == Level) in removeSimpleKeyCandidatesOnFlowLevel()
1002 SimpleKeys.pop_back(); in removeSimpleKeyCandidatesOnFlowLevel()
1094 SimpleKeys.clear(); in scanStreamEnd()
1107 SimpleKeys.clear(); in scanDirective()
1138 SimpleKeys.clear(); in scanDocumentIndicator()
1221 if (!SimpleKeys.empty()) { in scanValue()
[all …]