Lines Matching refs:IsSimpleKeyAllowed
550 bool IsSimpleKeyAllowed; member in llvm::yaml::Scanner
878 IsSimpleKeyAllowed = true; in init()
1090 if (IsSimpleKeyAllowed) { in saveSimpleKeyCandidate()
1183 IsSimpleKeyAllowed = true; in scanToNextToken()
1209 IsSimpleKeyAllowed = false; in scanStreamEnd()
1223 IsSimpleKeyAllowed = false; in scanDirective()
1255 IsSimpleKeyAllowed = false; in scanDocumentIndicator()
1278 IsSimpleKeyAllowed = true; in scanFlowCollectionStart()
1287 IsSimpleKeyAllowed = false; in scanFlowCollectionEnd()
1302 IsSimpleKeyAllowed = true; in scanFlowEntry()
1315 IsSimpleKeyAllowed = true; in scanBlockEntry()
1330 IsSimpleKeyAllowed = !FlowLevel; in scanKey()
1363 IsSimpleKeyAllowed = false; in scanValue()
1367 IsSimpleKeyAllowed = !FlowLevel; in scanValue()
1450 IsSimpleKeyAllowed = false; in scanFlowScalar()
1518 IsSimpleKeyAllowed = false; in scanPlainScalar()
1554 IsSimpleKeyAllowed = false; in scanAliasOrAnchor()
1787 IsSimpleKeyAllowed = true; in scanBlockScalar()
1821 IsSimpleKeyAllowed = false; in scanTag()