Searched refs:NoteLoc (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/include/llvm/TableGen/ |
| H A D | Error.h | 23 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg);
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 11255 SourceLocation NoteLoc; member in __anon296aa5743f11::OpenMPAtomicUpdateChecker 11309 SourceLocation ErrorLoc, NoteLoc; in checkBinaryOperation() local 11349 NoteRange = SourceRange(NoteLoc, NoteLoc); in checkBinaryOperation() 11361 NoteRange = SourceRange(NoteLoc, NoteLoc); in checkBinaryOperation() 11377 SourceLocation ErrorLoc, NoteLoc; in checkStatement() local 11420 NoteRange = SourceRange(NoteLoc, NoteLoc); in checkStatement() 11430 NoteRange = ErrorRange = SourceRange(NoteLoc, NoteLoc); in checkStatement() 11435 NoteRange = ErrorRange = SourceRange(NoteLoc, NoteLoc); in checkStatement() 11530 SourceLocation NoteLoc; member 12444 NoteRange = ErrorRange = SourceRange(NoteLoc, NoteLoc); in ActOnOpenMPAtomicDirective() [all …]
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 7253 auto note = [&](int Construct, QualType NoteTy, SourceLocation NoteLoc) { in checkBitCastConstexprEligibilityType() argument 7255 Info->Note(NoteLoc, diag::note_constexpr_bit_cast_invalid_subtype) in checkBitCastConstexprEligibilityType()
|