Searched refs:ErrLoc (Results 1 – 7 of 7) sorted by relevance
24 SMLoc ErrLoc; variable35 ErrLoc = errLoc; in SetError()69 return ErrLoc; in getErrLoc()
45 SMLoc ErrLoc; variable61 ErrLoc = errLoc; in SetError()132 return ErrLoc; in getErrLoc()
121 SMLoc ErrLoc; variable134 ErrLoc = errLoc; in SetError()161 return ErrLoc; in getErrLoc()
130 SMLoc ErrLoc; variable145 ErrLoc = errLoc; in SetError()201 return ErrLoc; in getErrLoc()
133 SourceLocation ErrLoc = DiagI->getLocation(); in handleProtectedScopeError() local143 Pass.TA.clearDiagnostic(diag::err_switch_into_protected_scope, ErrLoc); in handleProtectedScopeError()
13549 SourceLocation ErrLoc = Loc; in CheckFieldDecl() local13551 ErrLoc = D->getDeclSpec().getStorageClassSpecLoc(); in CheckFieldDecl()13552 Diag(ErrLoc, DiagID); in CheckFieldDecl()
6007 SourceLocation ErrLoc = TC ? TC->getLocStart() : StartLoc; in ActOnOpenMPOrderedDirective() local6008 Diag(ErrLoc, diag::err_omp_ordered_directive_with_param) in ActOnOpenMPOrderedDirective()