Home | History | Annotate | Download | only in slang

Lines Matching defs:TypeName

546                                  llvm::StringRef &TypeName,
553 TypeName = RSExportType::GetTypeName(T);
554 if (TypeName.empty()) {
692 const llvm::StringRef &TypeName) {
696 RSContext::export_type_iterator ETI = Context->findExportType(TypeName);
705 RSExportPrimitiveType::GetRSSpecificType(TypeName);
711 TypeName);
718 TypeName,
726 TypeName,
734 TypeName,
740 ET = RSExportPrimitiveType::Create(Context, T, TypeName);
747 ET = RSExportPrimitiveType::Create(Context, T, TypeName);
752 UNSAFE_CAST_TYPE(const clang::PointerType, T), TypeName);
754 delete [] TypeName.data();
759 UNSAFE_CAST_TYPE(const clang::ExtVectorType, T), TypeName);
782 llvm::StringRef TypeName;
783 if (NormalizeType(T, TypeName, Context->getDiagnostics(), NULL)) {
784 return Create(Context, T, TypeName);
858 RSExportPrimitiveType::GetRSSpecificType(const llvm::StringRef &TypeName) {
859 if (TypeName.empty())
871 RSSpecificTypeMapTy::const_iterator I = RSSpecificTypeMap->find(TypeName);
1019 const llvm::StringRef &TypeName,
1023 if ((DT == DataTypeUnknown) || TypeName.empty())
1026 return new RSExportPrimitiveType(Context, ExportClassPrimitive, TypeName,
1032 llvm::StringRef TypeName;
1033 if (RSExportType::NormalizeType(T, TypeName, Context->getDiagnostics(), NULL)
1035 return Create(Context, T, TypeName);
1132 const llvm::StringRef &TypeName) {
1149 return new RSExportPointerType(Context, TypeName, PointeeET);
1214 const llvm::StringRef &TypeName,
1224 TypeName,
1256 const llvm::StringRef &TypeName,
1329 return new RSExportMatrixType(Context, TypeName, Dim);
1420 const llvm::StringRef &TypeName,
1442 TypeName,