cxx/syntax
David Tolnay e3a481508a
Store finer grained tokens of Signature
This is required in order for function pointers like `fn(&CxxString)` to
work, which requires the cxx bridge to emit `fn(&::cxx::CxxString)`
rather than a straight copy of the input tokens.
2020-04-08 20:01:16 -07:00
..
atom.rs Clean up Atom::from match arm order 2020-03-13 13:55:28 -07:00
attrs.rs Safe FFI between Rust and C++ 2020-01-08 08:57:24 -08:00
check.rs Passing function pointer from Rust to C++ 2020-03-29 21:50:25 -07:00
doc.rs Safe FFI between Rust and C++ 2020-01-08 08:57:24 -08:00
error.rs Safe FFI between Rust and C++ 2020-01-08 08:57:24 -08:00
ident.rs Safe FFI between Rust and C++ 2020-01-08 08:57:24 -08:00
impls.rs Store finer grained tokens of Signature 2020-04-08 20:01:16 -07:00
mod.rs Store finer grained tokens of Signature 2020-04-08 20:01:16 -07:00
parse.rs Store finer grained tokens of Signature 2020-04-08 20:01:16 -07:00
set.rs Safe FFI between Rust and C++ 2020-01-08 08:57:24 -08:00
tokens.rs Store finer grained tokens of Signature 2020-04-08 20:01:16 -07:00
types.rs Add function pointer types to syntax tree 2020-03-18 17:03:26 -07:00