Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_foreach.cpp108 Context->ReportError(FD->getLocation(), in validateAndConstructParams()
141 Context->ReportError(FD->getLocation(), in validateAndConstructOldStyleParams()
160 Context->ReportError(PVD->getLocation(), in validateAndConstructOldStyleParams()
175 Context->ReportError(PVD->getLocation(), in validateAndConstructOldStyleParams()
188 Context->ReportError( in validateAndConstructOldStyleParams()
198 Context->ReportError(FD->getLocation(), in validateAndConstructOldStyleParams()
215 Context->ReportError(FD->getLocation(), in validateAndConstructKernelParams()
229 Context->ReportError( in validateAndConstructKernelParams()
248 Context->ReportError(PVD->getLocation(), in validateAndConstructKernelParams()
259 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.cpp185 Context->ReportError(TopLevelRecord->getLocation(), Message) in ReportTypeError()
188 Context->ReportError(ND->getLocation(), Message) << ND->getName() in ReportTypeError()
321 Context->ReportError( in TypeExportableHelper()
545 Context->ReportError( in ValidateTypeHelper()
551 Context->ReportError( in ValidateTypeHelper()
565 Context->ReportError(Loc, in ValidateTypeHelper()
580 Context->ReportError(Loc, in ValidateTypeHelper()
586 Context->ReportError(Loc, in ValidateTypeHelper()
659 Context->ReportError(VD->getLocation(), in NormalizeType()
662 Context->ReportError("anonymous types cannot be exported"); in NormalizeType()
[all …]
Dslang_rs_check_ast.cpp200 Context->ReportError( in ValidateVarDecl()
240 Context->ReportError(CE->getExprLoc(), "invalid implicit vector cast"); in VisitCastExpr()
242 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_backend.cpp434 mContext->ReportError(FD->getLocation(), in HandleTopLevelDecl()
452 mContext->ReportError( in HandleTopLevelDecl()