Home
last modified time | relevance | path

Searched refs:allCookedSources (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Frontend/
H A DFrontendActions.cpp62 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in BeginSourceFileAction()
95 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in BeginSourceFileAction()
109 llvm::errs(), this->instance().allCookedSources()); in BeginSourceFileAction()
114 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in BeginSourceFileAction()
133 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in BeginSourceFileAction()
149 llvm::errs(), this->instance().allCookedSources()); in BeginSourceFileAction()
154 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in BeginSourceFileAction()
223 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in ExecuteAction()
380 llvm::errs(), this->instance().allCookedSources()); in ExecuteAction()
385 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in ExecuteAction()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Frontend/
H A DFrontendActions.cpp62 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in BeginSourceFileAction()
95 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in BeginSourceFileAction()
109 llvm::errs(), this->instance().allCookedSources()); in BeginSourceFileAction()
114 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in BeginSourceFileAction()
133 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in BeginSourceFileAction()
149 llvm::errs(), this->instance().allCookedSources()); in BeginSourceFileAction()
154 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in BeginSourceFileAction()
223 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in ExecuteAction()
380 llvm::errs(), this->instance().allCookedSources()); in ExecuteAction()
385 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in ExecuteAction()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Frontend/
H A DFrontendActions.cpp62 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in BeginSourceFileAction()
95 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in BeginSourceFileAction()
109 llvm::errs(), this->instance().allCookedSources()); in BeginSourceFileAction()
114 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in BeginSourceFileAction()
133 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in BeginSourceFileAction()
149 llvm::errs(), this->instance().allCookedSources()); in BeginSourceFileAction()
154 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in BeginSourceFileAction()
223 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in ExecuteAction()
380 llvm::errs(), this->instance().allCookedSources()); in ExecuteAction()
385 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in ExecuteAction()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Frontend/
H A DFrontendActions.cpp65 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in ExecuteAction()
93 llvm::errs(), this->instance().allCookedSources()); in ExecuteAction()
101 defaultKinds, features, ci.allCookedSources()}; in ExecuteAction()
H A DFrontendAction.cpp64 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in Execute()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Frontend/
H A DFrontendActions.cpp65 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in ExecuteAction()
93 llvm::errs(), this->instance().allCookedSources()); in ExecuteAction()
101 defaultKinds, features, ci.allCookedSources()}; in ExecuteAction()
H A DFrontendAction.cpp64 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in Execute()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Frontend/
H A DFrontendActions.cpp99 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in ExecuteAction()
256 llvm::errs(), this->instance().allCookedSources()); in ExecuteAction()
261 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in ExecuteAction()
308 parser::AllCookedSources &cs = ci.allCookedSources(); in ExecuteAction()
H A DFrontendAction.cpp154 ci.parsing().messages().Emit(llvm::errs(), ci.allCookedSources()); in RunParse()
192 llvm::errs(), instance_->allCookedSources()); in reportFatalErrors()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/tools/f18/
H A Df18.cpp191 Fortran::parser::AllCookedSources allCookedSources{allSources}; in CompileFortran() local
194 defaultKinds, options.features, allCookedSources}; in CompileFortran()
208 Fortran::parser::Parsing parsing{allCookedSources}; in CompileFortran()
213 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()
222 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()
232 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()
278 if (auto cb{allCookedSources.GetCharBlockFromLineAndColumns( in CompileFortran()
287 allCookedSources.GetSourcePositionRange(symbol->name())}) { in CompileFortran()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/tools/f18/
H A Df18.cpp191 Fortran::parser::AllCookedSources allCookedSources{allSources}; in CompileFortran() local
194 defaultKinds, options.features, allCookedSources}; in CompileFortran()
208 Fortran::parser::Parsing parsing{allCookedSources}; in CompileFortran()
213 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()
222 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()
232 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()
287 if (auto cb{allCookedSources.GetCharBlockFromLineAndColumns( in CompileFortran()
296 allCookedSources.GetSourcePositionRange(symbol->name())}) { in CompileFortran()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/tools/f18/
H A Df18.cpp191 Fortran::parser::AllCookedSources allCookedSources{allSources}; in CompileFortran() local
194 defaultKinds, options.features, allCookedSources}; in CompileFortran()
208 Fortran::parser::Parsing parsing{allCookedSources}; in CompileFortran()
213 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()
222 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()
232 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()
287 if (auto cb{allCookedSources.GetCharBlockFromLineAndColumns( in CompileFortran()
296 allCookedSources.GetSourcePositionRange(symbol->name())}) { in CompileFortran()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/tools/f18/
H A Df18.cpp194 Fortran::parser::AllCookedSources allCookedSources{allSources}; in CompileFortran() local
197 defaultKinds, options.features, allCookedSources}; in CompileFortran()
211 Fortran::parser::Parsing parsing{allCookedSources}; in CompileFortran()
216 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()
225 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()
235 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()
293 if (auto cb{allCookedSources.GetCharBlockFromLineAndColumns( in CompileFortran()
302 allCookedSources.GetSourcePositionRange(symbol->name())}) { in CompileFortran()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/tools/f18/
H A Df18.cpp194 Fortran::parser::AllCookedSources allCookedSources{allSources}; in CompileFortran() local
197 defaultKinds, options.features, allCookedSources}; in CompileFortran()
211 Fortran::parser::Parsing parsing{allCookedSources}; in CompileFortran()
216 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()
225 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()
235 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()
293 if (auto cb{allCookedSources.GetCharBlockFromLineAndColumns( in CompileFortran()
302 allCookedSources.GetSourcePositionRange(symbol->name())}) { in CompileFortran()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/tools/f18/
H A Df18.cpp194 Fortran::parser::AllCookedSources allCookedSources{allSources}; in CompileFortran() local
197 defaultKinds, options.features, allCookedSources}; in CompileFortran()
211 Fortran::parser::Parsing parsing{allCookedSources}; in CompileFortran()
216 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()
225 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()
235 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()
293 if (auto cb{allCookedSources.GetCharBlockFromLineAndColumns( in CompileFortran()
302 allCookedSources.GetSourcePositionRange(symbol->name())}) { in CompileFortran()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dsemantics.cpp184 parser::AllCookedSources &allCookedSources) in SemanticsContext() argument
186 allCookedSources_{allCookedSources},
355 context_.messages().Emit(os, context_.allCookedSources()); in EmitMessages()
365 const parser::AllCookedSources &allCooked{context_.allCookedSources()}; in DumpSymbolsSources()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dsemantics.cpp184 parser::AllCookedSources &allCookedSources) in SemanticsContext() argument
186 allCookedSources_{allCookedSources},
354 context_.messages().Emit(os, context_.allCookedSources()); in EmitMessages()
364 const parser::AllCookedSources &allCooked{context_.allCookedSources()}; in DumpSymbolsSources()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dsemantics.cpp184 parser::AllCookedSources &allCookedSources) in SemanticsContext() argument
186 allCookedSources_{allCookedSources},
355 context_.messages().Emit(os, context_.allCookedSources()); in EmitMessages()
365 const parser::AllCookedSources &allCooked{context_.allCookedSources()}; in DumpSymbolsSources()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dsemantics.cpp184 parser::AllCookedSources &allCookedSources) in SemanticsContext() argument
186 allCookedSources_{allCookedSources},
354 context_.messages().Emit(os, context_.allCookedSources()); in EmitMessages()
364 const parser::AllCookedSources &allCooked{context_.allCookedSources()}; in DumpSymbolsSources()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Semantics/
H A Dsemantics.cpp184 parser::AllCookedSources &allCookedSources) in SemanticsContext() argument
186 allCookedSources_{allCookedSources},
354 context_.messages().Emit(os, context_.allCookedSources()); in EmitMessages()
364 const parser::AllCookedSources &allCooked{context_.allCookedSources()}; in DumpSymbolsSources()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dsemantics.cpp184 parser::AllCookedSources &allCookedSources) in SemanticsContext() argument
186 allCookedSources_{allCookedSources},
355 context_.messages().Emit(os, context_.allCookedSources()); in EmitMessages()
365 const parser::AllCookedSources &allCooked{context_.allCookedSources()}; in DumpSymbolsSources()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Semantics/
H A Dsemantics.cpp184 parser::AllCookedSources &allCookedSources) in SemanticsContext() argument
186 allCookedSources_{allCookedSources},
383 context_.messages().Emit(os, context_.allCookedSources()); in EmitMessages()
393 const parser::AllCookedSources &allCooked{context_.allCookedSources()}; in DumpSymbolsSources()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp164 Fortran::parser::AllCookedSources allCookedSources{allSources}; in CompileFortran() local
165 Fortran::parser::Parsing parsing{allCookedSources}; in CompileFortran()
181 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Frontend/
H A DCompilerInstance.h88 parser::AllCookedSources &allCookedSources() { in allCookedSources() function
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Frontend/
H A DCompilerInstance.h88 parser::AllCookedSources &allCookedSources() { in allCookedSources() function

123