Home
last modified time | relevance | path

Searched refs:AllCookedSources (Results 1 – 25 of 130) sorted by relevance

123456

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Lower/
H A DBridge.h33 class AllCookedSources; variable
54 const Fortran::parser::AllCookedSources &allCooked) { in create()
70 const Fortran::parser::AllCookedSources *getCookedSource() const { in getCookedSource()
98 const Fortran::parser::AllCookedSources &);
104 const Fortran::parser::AllCookedSources *cooked;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Lower/
H A DBridge.h33 class AllCookedSources; variable
54 const Fortran::parser::AllCookedSources &allCooked) { in create()
70 const Fortran::parser::AllCookedSources *getCookedSource() const { in getCookedSource()
98 const Fortran::parser::AllCookedSources &);
104 const Fortran::parser::AllCookedSources *cooked;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Lower/
H A DBridge.h33 class AllCookedSources; variable
54 const Fortran::parser::AllCookedSources &allCooked) { in create()
70 const Fortran::parser::AllCookedSources *getCookedSource() const { in getCookedSource()
98 const Fortran::parser::AllCookedSources &);
104 const Fortran::parser::AllCookedSources *cooked;
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Lower/
H A DBridge.h33 class AllCookedSources;
54 const Fortran::parser::AllCookedSources &allCooked) {
70 const Fortran::parser::AllCookedSources *getCookedSource() const {
98 const Fortran::parser::AllCookedSources &);
104 const Fortran::parser::AllCookedSources *cooked;
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Lower/
H A DBridge.h37 class AllCookedSources; variable
58 const Fortran::parser::AllCookedSources &allCooked) { in create()
74 const Fortran::parser::AllCookedSources *getCookedSource() const { in getCookedSource()
102 const Fortran::parser::AllCookedSources &);
108 const Fortran::parser::AllCookedSources *cooked;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Lower/
H A DBridge.h37 class AllCookedSources; variable
58 const Fortran::parser::AllCookedSources &allCooked) { in create()
74 const Fortran::parser::AllCookedSources *getCookedSource() const { in getCookedSource()
102 const Fortran::parser::AllCookedSources &);
108 const Fortran::parser::AllCookedSources *cooked;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Lower/
H A DBridge.h37 class AllCookedSources; variable
58 const Fortran::parser::AllCookedSources &allCooked) { in create()
74 const Fortran::parser::AllCookedSources *getCookedSource() const { in getCookedSource()
102 const Fortran::parser::AllCookedSources &);
108 const Fortran::parser::AllCookedSources *cooked;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Parser/
H A Dparsing.h45 explicit Parsing(AllCookedSources &);
50 AllCookedSources &allCooked() { return allCooked_; } in allCooked()
51 const AllCookedSources &allCooked() const { return allCooked_; } in allCooked()
74 AllCookedSources &allCooked_;
H A Duser-state.h29 class AllCookedSources; variable
37 UserState(const AllCookedSources &allCooked, in UserState()
41 const AllCookedSources &allCooked() const { return allCooked_; } in allCooked()
93 const AllCookedSources &allCooked_;
H A Dprovenance.h50 class AllCookedSources; variable
249 void Marshal(AllCookedSources &); // marshals text into one contiguous block
261 class AllCookedSources {
263 explicit AllCookedSources(AllSources &);
264 ~AllCookedSources();
299 explicit CharBlockComparator(const AllCookedSources &all) : all_{all} {} in CharBlockComparator()
305 const AllCookedSources &all_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Parser/
H A Duser-state.h29 class AllCookedSources; variable
37 UserState(const AllCookedSources &allCooked, in UserState()
41 const AllCookedSources &allCooked() const { return allCooked_; } in allCooked()
93 const AllCookedSources &allCooked_;
H A Dparsing.h43 explicit Parsing(AllCookedSources &);
48 AllCookedSources &allCooked() { return allCooked_; } in allCooked()
69 AllCookedSources &allCooked_;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Parser/
H A Duser-state.h29 class AllCookedSources; variable
37 UserState(const AllCookedSources &allCooked, in UserState()
41 const AllCookedSources &allCooked() const { return allCooked_; } in allCooked()
93 const AllCookedSources &allCooked_;
H A Dprovenance.h50 class AllCookedSources; variable
249 void Marshal(AllCookedSources &); // marshals text into one contiguous block
261 class AllCookedSources {
263 explicit AllCookedSources(AllSources &);
264 ~AllCookedSources();
299 explicit CharBlockComparator(const AllCookedSources &all) : all_{all} {} in CharBlockComparator()
305 const AllCookedSources &all_;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Parser/
H A Duser-state.h29 class AllCookedSources; variable
37 UserState(const AllCookedSources &allCooked, in UserState()
41 const AllCookedSources &allCooked() const { return allCooked_; } in allCooked()
93 const AllCookedSources &allCooked_;
H A Dparsing.h43 explicit Parsing(AllCookedSources &);
48 AllCookedSources &allCooked() { return allCooked_; } in allCooked()
69 AllCookedSources &allCooked_;
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Parser/
H A Duser-state.h29 class AllCookedSources; variable
37 UserState(const AllCookedSources &allCooked, in UserState()
41 const AllCookedSources &allCooked() const { return allCooked_; } in allCooked()
93 const AllCookedSources &allCooked_;
H A Dparsing.h43 explicit Parsing(AllCookedSources &);
48 AllCookedSources &allCooked() { return allCooked_; } in allCooked()
69 AllCookedSources &allCooked_;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Parser/
H A Duser-state.h29 class AllCookedSources; variable
37 UserState(const AllCookedSources &allCooked, in UserState()
41 const AllCookedSources &allCooked() const { return allCooked_; } in allCooked()
93 const AllCookedSources &allCooked_;
H A Dprovenance.h50 class AllCookedSources; variable
249 void Marshal(AllCookedSources &); // marshals text into one contiguous block
261 class AllCookedSources {
263 explicit AllCookedSources(AllSources &);
264 ~AllCookedSources();
299 explicit CharBlockComparator(const AllCookedSources &all) : all_{all} {} in CharBlockComparator()
305 const AllCookedSources &all_;
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Parser/
H A Duser-state.h29 class AllCookedSources; variable
37 UserState(const AllCookedSources &allCooked, in UserState()
41 const AllCookedSources &allCooked() const { return allCooked_; } in allCooked()
93 const AllCookedSources &allCooked_;
H A Dprovenance.h50 class AllCookedSources; variable
249 void Marshal(AllCookedSources &); // marshals text into one contiguous block
261 class AllCookedSources {
263 explicit AllCookedSources(AllSources &);
264 ~AllCookedSources();
299 explicit CharBlockComparator(const AllCookedSources &all) : all_{all} {} in CharBlockComparator()
305 const AllCookedSources &all_;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dprovenance.cpp448 void CookedSource::Marshal(AllCookedSources &allCookedSources) { in Marshal()
535 AllCookedSources::AllCookedSources(AllSources &s) : allSources_{s} {} in AllCookedSources() function in Fortran::parser::AllCookedSources
536 AllCookedSources::~AllCookedSources() {} in ~AllCookedSources()
538 CookedSource &AllCookedSources::NewCookedSource() { in NewCookedSource()
542 const CookedSource *AllCookedSources::Find(CharBlock x) const { in Find()
552 std::optional<ProvenanceRange> AllCookedSources::GetProvenanceRange( in GetProvenanceRange()
577 AllCookedSources::GetSourcePositionRange(CharBlock cookedRange) const { in GetSourcePositionRange()
589 std::optional<CharBlock> AllCookedSources::GetCharBlock( in GetCharBlock()
599 void AllCookedSources::Dump(llvm::raw_ostream &o) const { in Dump()
607 bool AllCookedSources::Precedes(CharBlock x, CharBlock y) const { in Precedes()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Parser/
H A Dprovenance.cpp456 void CookedSource::Marshal(AllCookedSources &allCookedSources) { in Marshal()
543 AllCookedSources::AllCookedSources(AllSources &s) : allSources_{s} {} in AllCookedSources() function in Fortran::parser::AllCookedSources
544 AllCookedSources::~AllCookedSources() {} in ~AllCookedSources()
546 CookedSource &AllCookedSources::NewCookedSource() { in NewCookedSource()
550 const CookedSource *AllCookedSources::Find(CharBlock x) const { in Find()
560 std::optional<ProvenanceRange> AllCookedSources::GetProvenanceRange( in GetProvenanceRange()
585 AllCookedSources::GetSourcePositionRange(CharBlock cookedRange) const { in GetSourcePositionRange()
597 std::optional<CharBlock> AllCookedSources::GetCharBlock( in GetCharBlock()
607 void AllCookedSources::Dump(llvm::raw_ostream &o) const { in Dump()
615 bool AllCookedSources::Precedes(CharBlock x, CharBlock y) const { in Precedes()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dprovenance.cpp448 void CookedSource::Marshal(AllCookedSources &allCookedSources) { in Marshal()
535 AllCookedSources::AllCookedSources(AllSources &s) : allSources_{s} {} in AllCookedSources() function in Fortran::parser::AllCookedSources
536 AllCookedSources::~AllCookedSources() {} in ~AllCookedSources()
538 CookedSource &AllCookedSources::NewCookedSource() { in NewCookedSource()
542 const CookedSource *AllCookedSources::Find(CharBlock x) const { in Find()
552 std::optional<ProvenanceRange> AllCookedSources::GetProvenanceRange( in GetProvenanceRange()
577 AllCookedSources::GetSourcePositionRange(CharBlock cookedRange) const { in GetSourcePositionRange()
589 std::optional<CharBlock> AllCookedSources::GetCharBlock( in GetCharBlock()
599 void AllCookedSources::Dump(llvm::raw_ostream &o) const { in Dump()
607 bool AllCookedSources::Precedes(CharBlock x, CharBlock y) const { in Precedes()
[all …]

123456