Searched refs:AllSources (Results 1 – 13 of 13) sorted by relevance
123 const AllSources &allSources) const { in Invert()145 AllSources::AllSources() : range_{1, 1} { in AllSources() function in Fortran::parser::AllSources152 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 …]
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()93 AllSources &allSources_;
40 const AllSources &allSources() const { return allSources_; } in allSources()41 AllSources &allSources() { return allSources_; } in allSources()190 AllSources &allSources_;
25 AllSources &allSources{allCooked_.allSources()}; in Prescan()
198 const AllSources &sources{allCooked.allSources()}; in Emit()
38 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()
49 class AllSources; variable122 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 block247 void CompileProvenanceRangeToOffsetMappings(AllSources &);259 explicit AllCookedSources(AllSources &);262 AllSources &allSources() { return allSources_; } in allSources()[all …]
25 std::shared_ptr<Fortran::parser::AllSources> allSources_;76 Fortran::parser::AllSources &allSources() const { return *allSources_; } in allSources()
27 Fortran::parser::AllSources &allSources{ci.allSources()}; in ExecuteAction()
24 allSources_(new Fortran::parser::AllSources()), in CompilerInstance()
162 Fortran::parser::AllSources allSources; in CompileFortran()
39 parser::AllSources allSources_;
190 Fortran::parser::AllSources allSources; in CompileFortran()