Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Parser/
Dsource.h54 bool ReadStandardInput(llvm::raw_ostream &error);
Dprovenance.h154 const SourceFile *ReadStandardInput(llvm::raw_ostream &error);
/external/llvm-project/flang/lib/Parser/
Dparsing.cpp36 sourceFile = allSources.ReadStandardInput(fileError); in Prescan()
Dsource.cpp123 bool SourceFile::ReadStandardInput(llvm::raw_ostream &error) { in ReadStandardInput() function in Fortran::parser::SourceFile
Dprovenance.cpp179 const SourceFile *AllSources::ReadStandardInput(llvm::raw_ostream &error) { in ReadStandardInput() function in Fortran::parser::AllSources
181 if (source->ReadStandardInput(error)) { in ReadStandardInput()