Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h124 SMLoc ErrLoc; variable
139 ErrLoc = errLoc; in SetError()
191 return ErrLoc; in getErrLoc()
/external/clang/lib/ARCMigrate/
DTransProtectedScope.cpp133 SourceLocation ErrLoc = DiagI->getLocation(); in handleProtectedScopeError() local
143 Pass.TA.clearDiagnostic(diag::err_switch_into_protected_scope, ErrLoc); in handleProtectedScopeError()
/external/clang/lib/Sema/
DSemaOpenMP.cpp4616 SourceLocation ErrLoc = TC ? TC->getLocStart() : StartLoc; in ActOnOpenMPOrderedDirective() local
4617 Diag(ErrLoc, diag::err_omp_ordered_directive_with_param) in ActOnOpenMPOrderedDirective()
DSemaDecl.cpp13095 SourceLocation ErrLoc = Loc; in CheckFieldDecl() local
13097 ErrLoc = D->getDeclSpec().getStorageClassSpecLoc(); in CheckFieldDecl()
13098 Diag(ErrLoc, DiagID); in CheckFieldDecl()