Home | History | Annotate | Download | only in slang

Lines Matching defs:TypeName

397                                  llvm::StringRef &TypeName,
404 TypeName = RSExportType::GetTypeName(T);
405 if (TypeName.empty()) {
537 const llvm::StringRef &TypeName) {
541 RSContext::export_type_iterator ETI = Context->findExportType(TypeName);
550 RSExportPrimitiveType::GetRSSpecificType(TypeName);
556 TypeName);
563 TypeName,
571 TypeName,
579 TypeName,
585 ET = RSExportPrimitiveType::Create(Context, T, TypeName);
592 ET = RSExportPrimitiveType::Create(Context, T, TypeName);
597 UNSAFE_CAST_TYPE(const clang::PointerType, T), TypeName);
599 delete [] TypeName.data();
604 UNSAFE_CAST_TYPE(const clang::ExtVectorType, T), TypeName);
627 llvm::StringRef TypeName;
628 if (NormalizeType(T, TypeName, Context->getDiagnostics(), NULL))
629 return Create(Context, T, TypeName);
702 RSExportPrimitiveType::GetRSSpecificType(const llvm::StringRef &TypeName) {
703 if (TypeName.empty())
715 RSSpecificTypeMapTy::const_iterator I = RSSpecificTypeMap->find(TypeName);
856 const llvm::StringRef &TypeName,
861 if ((DT == DataTypeUnknown) || TypeName.empty())
864 return new RSExportPrimitiveType(Context, ExportClassPrimitive, TypeName,
871 llvm::StringRef TypeName;
872 if (RSExportType::NormalizeType(T, TypeName, Context->getDiagnostics(), NULL)
874 return Create(Context, T, TypeName, DK);
963 const llvm::StringRef &TypeName) {
980 return new RSExportPointerType(Context, TypeName, PointeeET);
1045 const llvm::StringRef &TypeName,
1056 TypeName,
1089 const llvm::StringRef &TypeName,
1162 return new RSExportMatrixType(Context, TypeName, Dim);
1253 const llvm::StringRef &TypeName,
1275 TypeName,