clang 20.0.0git
|
DataStreamBasicReader provides convenience implementations for many BasicReader methods based on the assumption that the ultimate reader implementation is based on a variable-length stream of unstructured data (like Clang's module files). More...
#include "clang/AST/AbstractBasicReader.h"
Public Member Functions | |
Impl & | find (const char *propertyName) |
Implement property-find by ignoring it. | |
template<class T > | |
T | readEnum () |
Impl & | readObject () |
template<class |