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

References

lib/Support/YAMLParser.cpp
  611     case Token::TK_DocumentStart:
 1141   T.Kind = IsStart ? Token::TK_DocumentStart : Token::TK_DocumentEnd;
 2233     case Token::TK_DocumentStart:
 2263     expectToken(Token::TK_DocumentStart);
 2265   if (T.Kind == Token::TK_DocumentStart)
 2390   case Token::TK_DocumentStart: