Home
last modified time | relevance | path

Searched refs:NoteLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp60 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() argument
61 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
71 void PrintFatalNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintFatalNote() argument
72 PrintNote(NoteLoc, Msg); in PrintFatalNote()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DError.h27 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11382 SourceLocation NoteLoc; member in __anon1dd12e444711::OpenMPAtomicUpdateChecker
11436 SourceLocation ErrorLoc, NoteLoc; in checkBinaryOperation() local
11468 NoteLoc = X->getExprLoc(); in checkBinaryOperation()
11475 NoteLoc = AtomicInnerBinOp->getOperatorLoc(); in checkBinaryOperation()
11476 NoteRange = SourceRange(NoteLoc, NoteLoc); in checkBinaryOperation()
11480 NoteLoc = ErrorLoc = AtomicBinOp->getRHS()->getExprLoc(); in checkBinaryOperation()
11487 NoteLoc = AtomicBinOp->getOperatorLoc(); in checkBinaryOperation()
11488 NoteRange = SourceRange(NoteLoc, NoteLoc); in checkBinaryOperation()
11493 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkBinaryOperation()
11504 SourceLocation ErrorLoc, NoteLoc; in checkStatement() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7864 auto note = [&](int Construct, QualType NoteTy, SourceLocation NoteLoc) { in checkBitCastConstexprEligibilityType() argument
7866 Info->Note(NoteLoc, diag::note_constexpr_bit_cast_invalid_subtype) in checkBitCastConstexprEligibilityType()