Searched refs:ReportError (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_export_foreach.cpp | 47 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 …]
|
D | slang_rs_export_var.cpp | 54 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()
|
D | slang_rs_export_type.cpp | 183 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 …]
|
D | slang_rs_check_ast.cpp | 203 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()
|
D | slang_rs_context.h | 263 clang::DiagnosticBuilder ReportError(const char (&Message)[N]) { in ReportError() function 268 clang::DiagnosticBuilder ReportError(const clang::SourceLocation Loc, in ReportError() function
|
D | slang_rs_export_func.cpp | 40 Context->ReportError( in ValidateFuncDecl()
|
D | slang_rs_backend.cpp | 96 mContext->ReportError(FD->getLocation(), in HandleTopLevelDecl() 114 mContext->ReportError( in HandleTopLevelDecl()
|