Home
last modified time | relevance | path

Searched defs:Marshal (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/lib/Parser/
H A Dchar-buffer.cpp52 std::string CharBuffer::Marshal() const { in Marshal() function in Fortran::parser::CharBuffer
H A Dprovenance.cpp510 void CookedSource::Marshal(AllCookedSources &allCookedSources) { Marshal() function in Fortran::parser::CookedSource
/llvm-project/flang/unittests/Evaluate/
H A Dintrinsics.cpp28 void Marshal() { cooked_.Marshal(allCookedSources_); } in Marshal() function in Fortran::evaluate::CookedStrings
78 void Marshal() { in Marshal() function
/llvm-project/clang/test/SemaTemplate/
H A Ddestructor-template.cpp70 template <typename T> struct Marshal { struct