Searched refs:declareRecord (Results 1 – 3 of 3) sorted by relevance
316 void declareRecord(const RSExportRecordType *ERT, bool Ordinary = true);
948 mState->declareRecord(ERT, false); in genExportFunction()1171 mState->declareRecord(ERT, false); in genExportForEach()2345 mState->declareRecord(ERT); in genTypeClass()
704 void ReflectionState::declareRecord(const RSExportRecordType *ERT, bool Ordinary) { in declareRecord() function in slang::ReflectionState