HomeSort by relevance Sort by last modified time
    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,
391 HighlightRange(RB, TokOffs, TokOffs+TokLen, BufferStart,
396 HighlightRange(RB, TokOffs, TokOffs+TokLen, BufferStart,
413 HighlightRange(RB, TokOffs, TokOffs+TokLen, BufferStart,
431 HighlightRange(RB, TokOffs, TokEnd, BufferStart,
576 HighlightRange(R, LLoc.first, LLoc.second
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 61 void HighlightRange(Rewriter& R, FileID BugFileID, SourceRange Range,
488 HighlightRange(R, LPosInfo.first, *I);
530 void HTMLDiagnostics::HighlightRange(Rewriter& R, FileID BugFileID,
565 html::HighlightRange(R, InstantiationStart, E, HighlightStart, HighlightEnd);

Completed in 253 milliseconds