Lines Matching refs:IsSimpleKeyAllowed
532 bool IsSimpleKeyAllowed; member in llvm::yaml::Scanner
856 IsSimpleKeyAllowed = true; in init()
1051 if (IsSimpleKeyAllowed) { in saveSimpleKeyCandidate()
1144 IsSimpleKeyAllowed = true; in scanToNextToken()
1170 IsSimpleKeyAllowed = false; in scanStreamEnd()
1183 IsSimpleKeyAllowed = false; in scanDirective()
1214 IsSimpleKeyAllowed = false; in scanDocumentIndicator()
1236 IsSimpleKeyAllowed = true; in scanFlowCollectionStart()
1243 IsSimpleKeyAllowed = false; in scanFlowCollectionEnd()
1257 IsSimpleKeyAllowed = true; in scanFlowEntry()
1269 IsSimpleKeyAllowed = true; in scanBlockEntry()
1283 IsSimpleKeyAllowed = !FlowLevel; in scanKey()
1315 IsSimpleKeyAllowed = false; in scanValue()
1319 IsSimpleKeyAllowed = !FlowLevel; in scanValue()
1401 IsSimpleKeyAllowed = false; in scanFlowScalar()
1480 IsSimpleKeyAllowed = false; in scanPlainScalar()
1515 IsSimpleKeyAllowed = false; in scanAliasOrAnchor()
1712 IsSimpleKeyAllowed = true; in scanBlockScalar()
1745 IsSimpleKeyAllowed = false; in scanTag()