Searched refs:ErrLoc (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h113 SMLoc ErrLoc; member in class:llvm::MCAsmLexer
127 ErrLoc = errLoc;
154 return ErrLoc;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp133 SourceLocation ErrLoc = DiagI->getLocation(); local
143 Pass.TA.clearDiagnostic(diag::err_switch_into_protected_scope, ErrLoc);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp11494 SourceLocation ErrLoc = Loc; local
11496 ErrLoc = D->getDeclSpec().getStorageClassSpecLoc();
11497 Diag(ErrLoc, DiagID);

Completed in 102 milliseconds