Home
last modified time | relevance | path

Searched refs:ReadStandardInput (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dsource.h56 bool ReadStandardInput(llvm::raw_ostream &error);
H A Dprovenance.h156 const SourceFile *ReadStandardInput(llvm::raw_ostream &error);
/llvm-project-15.0.7/flang/lib/Parser/
H A Dsource.cpp123 bool SourceFile::ReadStandardInput(llvm::raw_ostream &error) { in ReadStandardInput() function in Fortran::parser::SourceFile
H A Dparsing.cpp37 sourceFile = allSources.ReadStandardInput(fileError); in Prescan()
H A Dprovenance.cpp192 const SourceFile *AllSources::ReadStandardInput(llvm::raw_ostream &error) { in ReadStandardInput() function in Fortran::parser::AllSources
194 if (source->ReadStandardInput(error)) { in ReadStandardInput()
/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendActions.cpp189 sf = allSources.ReadStandardInput(errorStream); in executeAction()