Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h42 SMLoc ErrLoc; variable
66 ErrLoc = errLoc; in SetError()
129 return ErrLoc; in getErrLoc()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp134 SourceLocation ErrLoc = DiagI->getLocation(); in handleProtectedScopeError() local
144 Pass.TA.clearDiagnostic(diag::err_switch_into_protected_scope, ErrLoc); in handleProtectedScopeError()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4064 SMLoc ErrLoc; in validateMovrels() local
4071 ErrLoc = getRegLoc(Reg, Operands); in validateMovrels()
4073 ErrLoc = getConstLoc(Operands); in validateMovrels()
4076 Error(ErrLoc, "source operand must be a VGPR"); in validateMovrels()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp18432 SourceLocation ErrLoc = Loc; in CheckFieldDecl() local
18434 ErrLoc = D->getDeclSpec().getStorageClassSpecLoc(); in CheckFieldDecl()
18435 Diag(ErrLoc, DiagID); in CheckFieldDecl()
H A DSemaOpenMP.cpp11239 SourceLocation ErrLoc = TC ? TC->getBeginLoc() : StartLoc; in ActOnOpenMPOrderedDirective() local
11240 Diag(ErrLoc, diag::err_omp_ordered_directive_with_param) in ActOnOpenMPOrderedDirective()