Searched defs:Marshal (Results 1 – 4 of 4) sorted by relevance
/llvm-project/flang/lib/Parser/ | ||
H A D | char-buffer.cpp | 52 std::string CharBuffer::Marshal() const { in Marshal() function in Fortran::parser::CharBuffer |
H A D | provenance.cpp | 510 void CookedSource::Marshal(AllCookedSources &allCookedSources) { Marshal() function in Fortran::parser::CookedSource |
/llvm-project/flang/unittests/Evaluate/ | ||
H A D | intrinsics.cpp | 28 void Marshal() { cooked_.Marshal(allCookedSources_); } in Marshal() function in Fortran::evaluate::CookedStrings |
/llvm-project/clang/test/SemaTemplate/ | ||
H A D | destructor-template.cpp | 70 template <typename T> struct Marshal { struct |