OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HighlightRange
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Rewrite/Core/
HTMLRewrite.h
29
///
HighlightRange
- Highlight a range in the source code with the specified
33
void
HighlightRange
(Rewriter &R, SourceLocation B, SourceLocation E,
36
///
HighlightRange
- Highlight a range in the source code with the specified
40
inline void
HighlightRange
(Rewriter &R, SourceRange Range,
42
HighlightRange
(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
45
///
HighlightRange
- This is the same as the above method, but takes
47
void
HighlightRange
(RewriteBuffer &RB, unsigned B, unsigned E,
/external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp
28
///
HighlightRange
- Highlight a range in the source code with the specified
32
void html::
HighlightRange
(Rewriter &R, SourceLocation B, SourceLocation E,
51
HighlightRange
(R.getEditBuffer(FID), BOffset, EOffset,
55
///
HighlightRange
- This is the same as the above method, but takes
57
void html::
HighlightRange
(RewriteBuffer &RB, unsigned B, unsigned E,
390
HighlightRange
(RB, TokOffs, TokOffs+TokLen, BufferStart,
395
HighlightRange
(RB, TokOffs, TokOffs+TokLen, BufferStart,
412
HighlightRange
(RB, TokOffs, TokOffs+TokLen, BufferStart,
430
HighlightRange
(RB, TokOffs, TokEnd, BufferStart,
575
HighlightRange
(R, LLoc.first, LLoc.second
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp
61
void
HighlightRange
(Rewriter& R, FileID BugFileID, SourceRange Range,
477
HighlightRange
(R, LPosInfo.first, *I);
519
void HTMLDiagnostics::
HighlightRange
(Rewriter& R, FileID BugFileID,
554
html::
HighlightRange
(R, InstantiationStart, E, HighlightStart, HighlightEnd);
Completed in 167 milliseconds