HomeSort by: relevance | last modified time | path
    Searched defs:ErrLoc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransProtectedScope.cpp 134 SourceLocation ErrLoc = DiagI->getLocation();
144 Pass.TA.clearDiagnostic(diag::err_switch_into_protected_scope, ErrLoc);
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 44 SMLoc ErrLoc;
67 void SetError(SMLoc errLoc, const std::string &err) {
68 ErrLoc = errLoc;
131 return ErrLoc;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 16870 SourceLocation ErrLoc = Loc;
16872 ErrLoc = D->getDeclSpec().getStorageClassSpecLoc();
16873 Diag(ErrLoc, DiagID);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 3543 SMLoc ErrLoc;
3550 ErrLoc = getRegLoc(Reg, Operands);
3552 ErrLoc = getConstLoc(Operands);
3555 Error(ErrLoc, "source operand must be a VGPR");

Completed in 108 milliseconds