Home
last modified time | relevance | path

Searched refs:ReportError (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_foreach.cpp47 Context->ReportError(FD->getLocation(), in validateAndConstructParams()
80 Context->ReportError(FD->getLocation(), in validateAndConstructOldStyleParams()
100 Context->ReportError(PVD->getLocation(), in validateAndConstructOldStyleParams()
114 Context->ReportError(PVD->getLocation(), in validateAndConstructOldStyleParams()
127 Context->ReportError( in validateAndConstructOldStyleParams()
137 Context->ReportError(FD->getLocation(), in validateAndConstructOldStyleParams()
154 Context->ReportError(FD->getLocation(), in validateAndConstructKernelParams()
168 Context->ReportError( in validateAndConstructKernelParams()
193 Context->ReportError(PVD->getLocation(), in validateAndConstructKernelParams()
203 Context->ReportError(PVD->getLocation(), in validateAndConstructKernelParams()
[all …]
Dslang_rs_export_var.cpp54 Context->ReportError(Initializer->getExprLoc(), in RSExportVar()
64 Context->ReportError(VD->getLocation(), in RSExportVar()
76 Context->ReportError(IList->getInit(i)->getExprLoc(), in RSExportVar()
85 Context->ReportError( in RSExportVar()
Dslang_rs_export_type.cpp183 Context->ReportError(TopLevelRecord->getLocation(), Message) in ReportTypeError()
186 Context->ReportError(ND->getLocation(), Message) << ND->getName() in ReportTypeError()
319 Context->ReportError( in TypeExportableHelper()
537 Context->ReportError( in ValidateTypeHelper()
543 Context->ReportError( in ValidateTypeHelper()
557 Context->ReportError(Loc, in ValidateTypeHelper()
634 Context->ReportError(VD->getLocation(), in NormalizeType()
637 Context->ReportError("anonymous types cannot be exported"); in NormalizeType()
840 Context->ReportError("unknown type cannot be exported: '%0'") in Create()
1045 Context->ReportError("built-in type cannot be exported: '%0'") in GetDataType()
[all …]
Dslang_rs_check_ast.cpp203 Context->ReportError( in ValidateVarDecl()
243 Context->ReportError(CE->getExprLoc(), "invalid implicit vector cast"); in VisitCastExpr()
245 Context->ReportError(CE->getExprLoc(), "invalid vector cast"); in VisitCastExpr()
Dslang_rs_context.h263 clang::DiagnosticBuilder ReportError(const char (&Message)[N]) { in ReportError() function
268 clang::DiagnosticBuilder ReportError(const clang::SourceLocation Loc, in ReportError() function
Dslang_rs_export_func.cpp40 Context->ReportError( in ValidateFuncDecl()
Dslang_rs_backend.cpp96 mContext->ReportError(FD->getLocation(), in HandleTopLevelDecl()
114 mContext->ReportError( in HandleTopLevelDecl()