reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/YAMLTraits.cpp
  504     if (State == inFlowMapFirstKey || State == inFlowMapOtherKey) {
  521     StateStack.push_back(inFlowMapOtherKey);
  818   if (StateStack.back() == inFlowMapOtherKey)
  846   return State == inFlowMapFirstKey || State == inFlowMapOtherKey;