Home
last modified time | relevance | path

Searched refs:TK_DocumentStart (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDYAMLParser.cpp131 TK_DocumentStart, enumerator
626 case Token::TK_DocumentStart: in dumpTokens()
1259 T.Kind = IsStart ? Token::TK_DocumentStart : Token::TK_DocumentEnd; in scanDocumentIndicator()
2445 case Token::TK_DocumentStart: in increment()
2475 expectToken(Token::TK_DocumentStart); in Document()
2477 if (T.Kind == Token::TK_DocumentStart) in Document()
2602 case Token::TK_DocumentStart: in parseBlockNode()