Searched refs:cooked (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | Bridge.h | 80 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 D | parsing.cpp | 116 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 D | token-sequence.cpp | 266 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 D | provenance.cpp | 639 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 D | prescan.cpp | 28 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 D | parse-state.h | 37 ParseState(const CookedSource &cooked) in ParseState() argument 38 : p_{cooked.AsCharBlock().begin()}, limit_{cooked.AsCharBlock().end()} {} in ParseState()
|
| H A D | parsing.h | 56 const CookedSource &cooked() const { return DEREF(currentCooked_); } in cooked() function
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | Bridge.cpp | 580 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 D | MachProcess.mm | 4033 // 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 D | Options.td | 4986 HelpText<"Dump the cooked character stream in -E mode">;
|