Searched refs:NoteLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/TableGen/ |
| H A D | Error.cpp | 43 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() argument 44 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
|
| /freebsd-12.1/contrib/llvm/include/llvm/TableGen/ |
| H A D | Error.h | 22 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 122 SourceLocation NoteLoc = Piece->getLocation().asLocation(); in FlushDiagnosticsImpl() local 123 Diag.Report(NoteLoc, NoteID) << Piece->getString() in FlushDiagnosticsImpl() 136 SourceLocation NoteLoc = Piece->getLocation().asLocation(); in FlushDiagnosticsImpl() local 137 Diag.Report(NoteLoc, NoteID) << Piece->getString() in FlushDiagnosticsImpl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 6326 SourceLocation NoteLoc; member in __anon45dbc4932311::OpenMPAtomicUpdateChecker 6381 SourceLocation ErrorLoc, NoteLoc; in checkBinaryOperation() local 6413 NoteLoc = X->getExprLoc(); in checkBinaryOperation() 6421 NoteRange = SourceRange(NoteLoc, NoteLoc); in checkBinaryOperation() 6433 NoteRange = SourceRange(NoteLoc, NoteLoc); in checkBinaryOperation() 6449 SourceLocation ErrorLoc, NoteLoc; in checkStatement() local 6492 NoteRange = SourceRange(NoteLoc, NoteLoc); in checkStatement() 6502 NoteRange = ErrorRange = SourceRange(NoteLoc, NoteLoc); in checkStatement() 6507 NoteRange = ErrorRange = SourceRange(NoteLoc, NoteLoc); in checkStatement() 6653 NoteRange = ErrorRange = SourceRange(NoteLoc, NoteLoc); in ActOnOpenMPAtomicDirective() [all …]
|