Searched refs:scalarType (Results 1 – 2 of 2) sorted by relevance
220 const ScalarType *scalarType = mStorageType->resolveToScalarType(); in emitReaderWriter() local221 CHECK(scalarType != nullptr); in emitReaderWriter()223 scalarType->emitReaderWriterWithCast( in emitReaderWriter()246 const ScalarType *scalarType = mStorageType->resolveToScalarType(); in emitTypeDeclarations() local247 CHECK(scalarType != nullptr); in emitTypeDeclarations()249 const std::string storageType = scalarType->getCppStackType(); in emitTypeDeclarations()269 std::string value = entry->cppValue(scalarType->getKind()); in emitTypeDeclarations()280 const ScalarType* scalarType = mStorageType->resolveToScalarType(); in emitTypeForwardDeclaration() local281 const std::string storageType = scalarType->getCppStackType(); in emitTypeForwardDeclaration()310 const ScalarType *scalarType = mStorageType->resolveToScalarType(); in emitEnumBitwiseOperator() local[all …]
324 const ScalarType *scalarType = resolveToScalarType(); in isValidEnumStorageType() local326 if (scalarType == nullptr) { in isValidEnumStorageType()330 return scalarType->isValidEnumStorageType(); in isValidEnumStorageType()