Home | History | Annotate | Download | only in slang

Lines Matching refs:RSExportRecordType

314   // (RSExportRecordType); it has no effect on primitive types, vector types,
335 // For this case, RSExportRecordType::matchODR() has the following behavior:
354 // In this case, RSExportRecordType::matchODR() has the following behavior:
591 class RSExportRecordType : public RSExportType {
600 const RSExportRecordType *mParent;
607 const RSExportRecordType *Parent,
615 inline const RSExportRecordType *getParent() const { return mParent; }
639 RSExportRecordType(RSContext *Context,
656 static RSExportRecordType *Create(RSContext *Context,
677 ~RSExportRecordType() {
685 }; // RSExportRecordType