Home
last modified time | relevance | path

Searched defs:allCookedSources (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInstance.h50 std::shared_ptr<Fortran::parser::AllCookedSources> allCookedSources; variable
/llvm-project-15.0.7/flang/tools/bbc/
H A Dbbc.cpp320 Fortran::parser::AllCookedSources allCookedSources(allSources); in main() local
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsemantics.h110 parser::AllCookedSources &allCookedSources() { return allCookedSources_; } in allCookedSources() function
/llvm-project-15.0.7/flang/lib/Frontend/
H A DCompilerInvocation.cpp781 Fortran::parser::AllCookedSources &allCookedSources) { in setSemanticsOpts()
/llvm-project-15.0.7/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp164 Fortran::parser::AllCookedSources allCookedSources{allSources}; in CompileFortran() local
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsemantics.cpp287 parser::AllCookedSources &allCookedSources) in SemanticsContext()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprovenance.cpp463 void CookedSource::Marshal(AllCookedSources &allCookedSources) { in Marshal()