Lines Matching refs:IsSimpleKeyAllowed
540 bool IsSimpleKeyAllowed; member in llvm::yaml::Scanner
778 IsSimpleKeyAllowed = true; in init()
976 if (IsSimpleKeyAllowed) { in saveSimpleKeyCandidate()
1069 IsSimpleKeyAllowed = true; in scanToNextToken()
1095 IsSimpleKeyAllowed = false; in scanStreamEnd()
1108 IsSimpleKeyAllowed = false; in scanDirective()
1139 IsSimpleKeyAllowed = false; in scanDocumentIndicator()
1161 IsSimpleKeyAllowed = true; in scanFlowCollectionStart()
1168 IsSimpleKeyAllowed = false; in scanFlowCollectionEnd()
1182 IsSimpleKeyAllowed = true; in scanFlowEntry()
1194 IsSimpleKeyAllowed = true; in scanBlockEntry()
1208 IsSimpleKeyAllowed = !FlowLevel; in scanKey()
1237 IsSimpleKeyAllowed = false; in scanValue()
1241 IsSimpleKeyAllowed = !FlowLevel; in scanValue()
1323 IsSimpleKeyAllowed = false; in scanFlowScalar()
1401 IsSimpleKeyAllowed = false; in scanPlainScalar()
1436 IsSimpleKeyAllowed = false; in scanAliasOrAnchor()
1633 IsSimpleKeyAllowed = true; in scanBlockScalar()
1666 IsSimpleKeyAllowed = false; in scanTag()