Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DBridge.h80 return cooked; in getCookedSource()
109 const Fortran::parser::AllCookedSources &cooked, llvm::StringRef triple,
117 const Fortran::parser::AllCookedSources *cooked; variable
/llvm-project-15.0.7/flang/lib/Parser/
H A Dparsing.cpp116 for (const char &atChar : cooked().AsCharBlock()) { in EmitPreprocessedSource()
127 auto provenance{cooked().GetProvenanceRange(CharBlock{&atChar, 1})}; in EmitPreprocessedSource()
215 ParseState parseState{cooked()}; in DumpCookedChars()
235 ParseState parseState{cooked()}; in Parse()
H A Dtoken-sequence.cpp266 void TokenSequence::Emit(CookedSource &cooked) const { in Emit()
267 cooked.Put(&char_[0], char_.size()); in Emit()
268 cooked.PutProvenanceMappings(provenances_); in Emit()
H A Dprovenance.cpp639 void AllCookedSources::Register(CookedSource &cooked) { in Register() argument
640 index_.emplace(cooked.AsCharBlock(), cooked); in Register()
641 cooked.set_number(static_cast<int>(index_.size())); in Register()
H A Dprescan.cpp28 Prescanner::Prescanner(Messages &messages, CookedSource &cooked, in Prescanner() argument
30 : messages_{messages}, cooked_{cooked}, preprocessor_{preprocessor}, in Prescanner()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-state.h37 ParseState(const CookedSource &cooked) in ParseState() argument
38 : p_{cooked.AsCharBlock().begin()}, limit_{cooked.AsCharBlock().end()} {} in ParseState()
H A Dparsing.h56 const CookedSource &cooked() const { return DEREF(currentCooked_); } in cooked() function
/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp580 if (const Fortran::parser::AllCookedSources *cooked = in genLocation() local
584 loc = cooked->GetSourcePositionRange(block)) { in genLocation()
3245 const Fortran::parser::AllCookedSources &cooked, llvm::StringRef triple, in LoweringBridge() argument
3248 targetCharacteristics{targetCharacteristics}, cooked{&cooked},
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm4033 // This is an event I cooked up. What you actually do is foreground the system
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td4986 HelpText<"Dump the cooked character stream in -E mode">;