Lines Matching refs:IsSimpleKeyAllowed
546 bool IsSimpleKeyAllowed; member in llvm::yaml::Scanner
870 IsSimpleKeyAllowed = true; in init()
1072 if (IsSimpleKeyAllowed) { in saveSimpleKeyCandidate()
1165 IsSimpleKeyAllowed = true; in scanToNextToken()
1191 IsSimpleKeyAllowed = false; in scanStreamEnd()
1204 IsSimpleKeyAllowed = false; in scanDirective()
1235 IsSimpleKeyAllowed = false; in scanDocumentIndicator()
1257 IsSimpleKeyAllowed = true; in scanFlowCollectionStart()
1264 IsSimpleKeyAllowed = false; in scanFlowCollectionEnd()
1278 IsSimpleKeyAllowed = true; in scanFlowEntry()
1290 IsSimpleKeyAllowed = true; in scanBlockEntry()
1304 IsSimpleKeyAllowed = !FlowLevel; in scanKey()
1336 IsSimpleKeyAllowed = false; in scanValue()
1340 IsSimpleKeyAllowed = !FlowLevel; in scanValue()
1422 IsSimpleKeyAllowed = false; in scanFlowScalar()
1501 IsSimpleKeyAllowed = false; in scanPlainScalar()
1536 IsSimpleKeyAllowed = false; in scanAliasOrAnchor()
1768 IsSimpleKeyAllowed = true; in scanBlockScalar()
1801 IsSimpleKeyAllowed = false; in scanTag()