Searched refs:NoteLoc (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Error.cpp | 49 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() argument 50 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote() 62 void PrintFatalNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintFatalNote() argument 63 PrintNote(NoteLoc, Msg); in PrintFatalNote()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Error.h | 23 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg);
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 11308 SourceLocation NoteLoc; member in __anon1dd12e444411::OpenMPAtomicUpdateChecker 11362 SourceLocation ErrorLoc, NoteLoc; in checkBinaryOperation() local 11394 NoteLoc = X->getExprLoc(); in checkBinaryOperation() 11401 NoteLoc = AtomicInnerBinOp->getOperatorLoc(); in checkBinaryOperation() 11402 NoteRange = SourceRange(NoteLoc, NoteLoc); in checkBinaryOperation() 11406 NoteLoc = ErrorLoc = AtomicBinOp->getRHS()->getExprLoc(); in checkBinaryOperation() 11413 NoteLoc = AtomicBinOp->getOperatorLoc(); in checkBinaryOperation() 11414 NoteRange = SourceRange(NoteLoc, NoteLoc); in checkBinaryOperation() 11419 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkBinaryOperation() 11430 SourceLocation ErrorLoc, NoteLoc; in checkStatement() local [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 7555 auto note = [&](int Construct, QualType NoteTy, SourceLocation NoteLoc) { in checkBitCastConstexprEligibilityType() argument 7557 Info->Note(NoteLoc, diag::note_constexpr_bit_cast_invalid_subtype) in checkBitCastConstexprEligibilityType()
|