Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCTargetAsmLexer.h24 SMLoc ErrLoc; variable
35 ErrLoc = errLoc; in SetError()
69 return ErrLoc; in getErrLoc()
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
DMCAsmLexer.h121 SMLoc ErrLoc; variable
134 ErrLoc = errLoc; in SetError()
161 return ErrLoc; in getErrLoc()
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h130 SMLoc ErrLoc; variable
145 ErrLoc = errLoc; in SetError()
201 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/
DSemaDecl.cpp13549 SourceLocation ErrLoc = Loc; in CheckFieldDecl() local
13551 ErrLoc = D->getDeclSpec().getStorageClassSpecLoc(); in CheckFieldDecl()
13552 Diag(ErrLoc, DiagID); in CheckFieldDecl()
DSemaOpenMP.cpp6007 SourceLocation ErrLoc = TC ? TC->getLocStart() : StartLoc; in ActOnOpenMPOrderedDirective() local
6008 Diag(ErrLoc, diag::err_omp_ordered_directive_with_param) in ActOnOpenMPOrderedDirective()