Searched refs:EmitRange (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | PlistDiagnostics.cpp | 192 EmitRange(o, SM, in EmitRanges() 231 EmitRange(o, SM, Lexer::getAsCharRange(fixit.RemoveRange, SM, LangOpts), in EmitFixits() 269 EmitRange(o, SM, Lexer::getAsCharRange(StartEdge, SM, LangOpts), FM, in ReportControlFlow() 274 EmitRange(o, SM, Lexer::getAsCharRange(EndEdge, SM, LangOpts), FM, in ReportControlFlow()
|
| /src/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | PlistReporter.cpp | 110 EmitRange(o, SM, Lexer::getAsCharRange(ExpansionRange, SM, LangOpts), in writeARCDiagsToPlist()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | PlistSupport.h | 122 inline void EmitRange(raw_ostream &o, const SourceManager &SM, in EmitRange() function
|
| /src/contrib/ncurses/ncurses/tty/ |
| H A D | tty_update.c | 580 EmitRange(NCURSES_SP_DCLx const NCURSES_CH_T *ntext, int num) in EmitRange() function 719 EmitRange(NCURSES_SP_ARGx ntext + first, j - same - first); in PutRange() 725 i = EmitRange(NCURSES_SP_ARGx ntext + first, j - same - first); in PutRange() 732 rc = EmitRange(NCURSES_SP_ARGx ntext + first, last - first + 1); in PutRange()
|
| /src/contrib/ncurses/ |
| H A D | NEWS | 2131 + add a check in EmitRange to guard against repeat_char emitting digits 3426 + amend handling of repeat_char capability in EmitRange (adapted from 8567 + improve debug-tracing for EmitRange(). 9832 + improve PutRange() by adjusting call to EmitRange() and corresponding 11969 + correct cost computation in EmitRange(), which was not using the 14963 can_clear_with macro, and change EmitRange to allow leaving cursor at 15264 + corrected logic for 'repeat_char' in EmitRange (cf: eric #317), which 15285 + modify EmitRange to maintain position as per original design
|