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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h44 SMLoc ErrLoc; member in class:llvm::MCAsmLexer
60 ErrLoc = errLoc;
123 return ErrLoc;
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp133 SourceLocation ErrLoc = DiagI->getLocation(); local
143 Pass.TA.clearDiagnostic(diag::err_switch_into_protected_scope, ErrLoc);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16249 SourceLocation ErrLoc = Loc; local
16251 ErrLoc = D->getDeclSpec().getStorageClassSpecLoc();
16252 Diag(ErrLoc, DiagID);
H A DSemaOpenMP.cpp8555 SourceLocation ErrLoc = TC ? TC->getBeginLoc() : StartLoc;
8556 Diag(ErrLoc, diag::err_omp_ordered_directive_with_param)

Completed in 232 milliseconds