Home
last modified time | relevance | path

Searched refs:ErrLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h44 SMLoc ErrLoc; variable
68 ErrLoc = errLoc; in SetError()
131 return ErrLoc; in getErrLoc()
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
DTransProtectedScope.cpp134 SourceLocation ErrLoc = DiagI->getLocation(); in handleProtectedScopeError() local
144 Pass.TA.clearDiagnostic(diag::err_switch_into_protected_scope, ErrLoc); in handleProtectedScopeError()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp3551 SMLoc ErrLoc; in validateMovrels() local
3558 ErrLoc = getRegLoc(Reg, Operands); in validateMovrels()
3560 ErrLoc = getConstLoc(Operands); in validateMovrels()
3563 Error(ErrLoc, "source operand must be a VGPR"); in validateMovrels()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDecl.cpp16927 SourceLocation ErrLoc = Loc; in CheckFieldDecl() local
16929 ErrLoc = D->getDeclSpec().getStorageClassSpecLoc(); in CheckFieldDecl()
16930 Diag(ErrLoc, DiagID); in CheckFieldDecl()
DSemaOpenMP.cpp10377 SourceLocation ErrLoc = TC ? TC->getBeginLoc() : StartLoc; in ActOnOpenMPOrderedDirective() local
10378 Diag(ErrLoc, diag::err_omp_ordered_directive_with_param) in ActOnOpenMPOrderedDirective()