Searched refs:AllSources (Results 1 – 13 of 13) sorted by relevance
126 const AllSources &allSources) const { in Invert()148 AllSources::AllSources() : range_{1, 1} { in AllSources() function in Fortran::parser::AllSources155 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 …]
39 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_;
40 const AllSources &allSources() const { return allSources_; } in allSources()41 AllSources &allSources() { return allSources_; } in allSources()191 AllSources &allSources_;
25 AllSources &allSources{allCooked_.allSources()}; in Prescan()110 const AllSources &allSources{allCooked().allSources()}; in EmitPreprocessedSource()
38 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()
240 const AllSources &sources{allCooked.allSources()}; in Emit()
49 class AllSources; variable123 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 …]
48 std::shared_ptr<Fortran::parser::AllSources> allSources;104 Fortran::parser::AllSources &getAllSources() const { return *allSources; } in getAllSources()
30 allSources(new Fortran::parser::AllSources()), in CompilerInstance()
185 Fortran::parser::AllSources &allSources{ci.getAllSources()}; in executeAction()
319 Fortran::parser::AllSources allSources; in main()
163 Fortran::parser::AllSources allSources; in CompileFortran()
40 parser::AllSources allSources_;