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

/freebsd-11.0-release/contrib/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h124 SMLoc ErrLoc; member in class:llvm::MCAsmLexer
139 ErrLoc = errLoc;
191 return ErrLoc;
/freebsd-11.0-release/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-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp4732 SourceLocation ErrLoc = TC ? TC->getLocStart() : StartLoc;
4733 Diag(ErrLoc, diag::err_omp_ordered_directive_with_param)
H A DSemaDecl.cpp13140 SourceLocation ErrLoc = Loc; local
13142 ErrLoc = D->getDeclSpec().getStorageClassSpecLoc();
13143 Diag(ErrLoc, DiagID);

Completed in 124 milliseconds