Lines Matching defs:Parsing
20 Parsing::Parsing(AllCookedSources &allCooked) : allCooked_{allCooked} {}
21 Parsing::~Parsing() {}
23 const SourceFile *Parsing::Prescan(const std::string &path, Options options) {
112 void Parsing::EmitPreprocessorMacros(llvm::raw_ostream &out) const {
116 void Parsing::EmitPreprocessedSource(
229 void Parsing::DumpCookedChars(llvm::raw_ostream &out) const {
238 void Parsing::DumpProvenance(llvm::raw_ostream &out) const {
242 void Parsing::DumpParsingLog(llvm::raw_ostream &out) const {
246 void Parsing::Parse(llvm::raw_ostream &out) {
261 void Parsing::ClearLog() { log_.clear(); }