Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprovenance.cpp126 const AllSources &allSources) const { in Invert()
148 AllSources::AllSources() : range_{1, 1} { in AllSources() function in Fortran::parser::AllSources
155 AllSources::~AllSources() {} in ~AllSources()
200 ProvenanceRange AllSources::AddIncludedFile( in AddIncludedFile()
209 ProvenanceRange AllSources::AddMacroCall( in AddMacroCall()
226 void AllSources::EmitMessage(llvm::raw_ostream &o, in EmitMessage()
294 const SourceFile *AllSources::GetSourceFile( in GetSourceFile()
354 std::string AllSources::GetPath(Provenance at) const { in GetPath()
359 int AllSources::GetLineNumber(Provenance at) const { in GetLineNumber()
417 const AllSources::Origin &AllSources::MapToOrigin(Provenance at) const { in MapToOrigin()
[all …]
H A 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()
94 AllSources &allSources_;
H A Dprescan.h40 const AllSources &allSources() const { return allSources_; } in allSources()
41 AllSources &allSources() { return allSources_; } in allSources()
191 AllSources &allSources_;
H A Dparsing.cpp25 AllSources &allSources{allCooked_.allSources()}; in Prescan()
110 const AllSources &allSources{allCooked().allSources()}; in EmitPreprocessedSource()
H A Dpreprocessor.cpp38 Definition::Definition(const std::string &predefined, AllSources &sources) in Definition()
77 const TokenSequence &tokens, AllSources &allSources) { in Stringify()
236 Preprocessor::Preprocessor(AllSources &allSources) : allSources_{allSources} {} in Preprocessor()
H A Dmessage.cpp240 const AllSources &sources{allCooked.allSources()}; in Emit()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dprovenance.h49 class AllSources; variable
123 ProvenanceRangeToOffsetMappings Invert(const AllSources &) const;
139 class AllSources {
141 AllSources();
142 ~AllSources();
147 AllSources &set_encoding(Encoding e) { in set_encoding()
251 void CompileProvenanceRangeToOffsetMappings(AllSources &);
264 explicit AllCookedSources(AllSources &);
267 AllSources &allSources() { return allSources_; } in allSources()
268 const AllSources &allSources() const { return allSources_; } in allSources()
[all …]
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInstance.h48 std::shared_ptr<Fortran::parser::AllSources> allSources;
104 Fortran::parser::AllSources &getAllSources() const { return *allSources; } in getAllSources()
/llvm-project-15.0.7/flang/lib/Frontend/
H A DCompilerInstance.cpp30 allSources(new Fortran::parser::AllSources()), in CompilerInstance()
H A DFrontendActions.cpp185 Fortran::parser::AllSources &allSources{ci.getAllSources()}; in executeAction()
/llvm-project-15.0.7/flang/tools/bbc/
H A Dbbc.cpp319 Fortran::parser::AllSources allSources; in main()
/llvm-project-15.0.7/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp163 Fortran::parser::AllSources allSources; in CompileFortran()
/llvm-project-15.0.7/flang/unittests/Evaluate/
H A Dintrinsics.cpp40 parser::AllSources allSources_;