Lines Matching refs:IsSimpleKeyAllowed
499 bool IsSimpleKeyAllowed; member in llvm::yaml::Scanner
712 , IsSimpleKeyAllowed(true) in Scanner()
730 , IsSimpleKeyAllowed(true) in Scanner()
945 if (IsSimpleKeyAllowed) { in saveSimpleKeyCandidate()
1035 IsSimpleKeyAllowed = true; in scanToNextToken()
1061 IsSimpleKeyAllowed = false; in scanStreamEnd()
1074 IsSimpleKeyAllowed = false; in scanDirective()
1105 IsSimpleKeyAllowed = false; in scanDocumentIndicator()
1127 IsSimpleKeyAllowed = true; in scanFlowCollectionStart()
1134 IsSimpleKeyAllowed = false; in scanFlowCollectionEnd()
1148 IsSimpleKeyAllowed = true; in scanFlowEntry()
1160 IsSimpleKeyAllowed = true; in scanBlockEntry()
1174 IsSimpleKeyAllowed = !FlowLevel; in scanKey()
1203 IsSimpleKeyAllowed = false; in scanValue()
1207 IsSimpleKeyAllowed = !FlowLevel; in scanValue()
1289 IsSimpleKeyAllowed = false; in scanFlowScalar()
1367 IsSimpleKeyAllowed = false; in scanPlainScalar()
1402 IsSimpleKeyAllowed = false; in scanAliasOrAnchor()
1466 IsSimpleKeyAllowed = false; in scanTag()