clang
10.0.0git
|
Go to the source code of this file.
Classes | |
class | clang::serialization::DataStreamBasicWriter< Impl > |
DataStreamBasicWriter provides convenience implementations for many BasicWriter methods based on the assumption that the ultimate writer implementation is based on a variable-length stream of unstructured data (like Clang's module files). More... | |
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
clang::serialization | |
Functions | |
template<class T > | |
llvm::Optional< T > | clang::serialization::makeOptionalFromNullable (const T &value) |
template<class T > | |
llvm::Optional< T * > | clang::serialization::makeOptionalFromPointer (T *value) |