Lines Matching +full:stream +full:- +full:mode +full:- +full:support
1 //===-- YAMLRemarkParser.h - Parser for YAML remarks ------------*- C++/-*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
18 #include "llvm/Support/Error.h"
19 #include "llvm/Support/MemoryBuffer.h"
20 #include "llvm/Support/SourceMgr.h"
21 #include "llvm/Support/YAMLParser.h"
22 #include "llvm/Support/raw_ostream.h"
33 YAMLParseError(StringRef Message, SourceMgr &SM, yaml::Stream &Stream,
56 /// Stream for yaml parsing.
57 yaml::Stream Stream; member
58 /// Iterator in the YAML stream.
60 /// If we parse remark metadata in separate mode, we need to open a new file
69 return P->ParserFormat == Format::YAML; in classof()
102 return P->ParserFormat == Format::YAMLStrTab; in classof()