Home
last modified time | relevance | path

Searched refs:AllSources (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dprovenance.cpp123 const AllSources &allSources) const { in Invert()
145 AllSources::AllSources() : range_{1, 1} { in AllSources() function in Fortran::parser::AllSources
152 AllSources::~AllSources() {} in ~AllSources()
154 const char &AllSources::operator[](Provenance at) const { in operator []()
159 void AllSources::PushSearchPathDirectory(std::string directory) { in PushSearchPathDirectory()
164 std::string AllSources::PopSearchPathDirectory() { in PopSearchPathDirectory()
170 const SourceFile *AllSources::Open(std::string path, llvm::raw_ostream &error) { in Open()
179 const SourceFile *AllSources::ReadStandardInput(llvm::raw_ostream &error) { in ReadStandardInput()
187 ProvenanceRange AllSources::AddIncludedFile( in AddIncludedFile()
196 ProvenanceRange AllSources::AddMacroCall( in AddMacroCall()
[all …]
Dpreprocessor.h39 Definition(const std::string &predefined, AllSources &);
67 explicit Preprocessor(AllSources &);
69 const AllSources &allSources() const { return allSources_; } in allSources()
70 AllSources &allSources() { return allSources_; } in allSources()
93 AllSources &allSources_;
Dprescan.h40 const AllSources &allSources() const { return allSources_; } in allSources()
41 AllSources &allSources() { return allSources_; } in allSources()
190 AllSources &allSources_;
Dparsing.cpp25 AllSources &allSources{allCooked_.allSources()}; in Prescan()
Dmessage.cpp198 const AllSources &sources{allCooked.allSources()}; in Emit()
Dpreprocessor.cpp38 Definition::Definition(const std::string &predefined, AllSources &sources) in Definition()
77 const TokenSequence &tokens, AllSources &allSources) { in Stringify()
235 Preprocessor::Preprocessor(AllSources &allSources) : allSources_{allSources} { in Preprocessor()
/external/llvm-project/flang/include/flang/Parser/
Dprovenance.h49 class AllSources; variable
122 ProvenanceRangeToOffsetMappings Invert(const AllSources &) const;
138 class AllSources {
140 AllSources();
141 ~AllSources();
146 AllSources &set_encoding(Encoding e) { in set_encoding()
246 void Marshal(AllSources &); // marshals text into one contiguous block
247 void CompileProvenanceRangeToOffsetMappings(AllSources &);
259 explicit AllCookedSources(AllSources &);
262 AllSources &allSources() { return allSources_; } in allSources()
[all …]
/external/llvm-project/flang/include/flang/Frontend/
DCompilerInstance.h25 std::shared_ptr<Fortran::parser::AllSources> allSources_;
76 Fortran::parser::AllSources &allSources() const { return *allSources_; } in allSources()
/external/llvm-project/flang/lib/Frontend/
DFrontendActions.cpp27 Fortran::parser::AllSources &allSources{ci.allSources()}; in ExecuteAction()
DCompilerInstance.cpp24 allSources_(new Fortran::parser::AllSources()), in CompilerInstance()
/external/llvm-project/flang/tools/f18-parse-demo/
Df18-parse-demo.cpp162 Fortran::parser::AllSources allSources; in CompileFortran()
/external/llvm-project/flang/unittests/Evaluate/
Dintrinsics.cpp39 parser::AllSources allSources_;
/external/llvm-project/flang/tools/f18/
Df18.cpp190 Fortran::parser::AllSources allSources; in CompileFortran()