clang
3.9.0
|
Represents a character-granular source range. More...
#include <SourceLocation.h>
Public Member Functions | |
CharSourceRange () | |
CharSourceRange (SourceRange R, bool ITR) | |
bool | isTokenRange () const |
Return true if the end of this range specifies the start of the last token. More... | |
bool | isCharRange () const |
SourceLocation | getBegin () const |
SourceLocation | getEnd () const |
SourceRange | getAsRange () const |
void | setBegin (SourceLocation b) |
void | setEnd (SourceLocation e) |
bool | isValid () const |
bool | isInvalid () const |
Static Public Member Functions | |
static CharSourceRange | getTokenRange (SourceRange R) |
static CharSourceRange | getCharRange (SourceRange R) |
static CharSourceRange | getTokenRange (SourceLocation B, SourceLocation E) |
static CharSourceRange | getCharRange (SourceLocation B, SourceLocation E) |
Represents a character-granular source range.
The underlying SourceRange can either specify the starting/ending character of the range, or it can specify the start of the range and the start of the last token of the range (a "token range"). In the token range case, the size of the last token must be measured to determine the actual end of the range.
Definition at line 226 of file SourceLocation.h.
|
inline |
Definition at line 230 of file SourceLocation.h.
Referenced by getCharRange(), and getTokenRange().
|
inline |
Definition at line 231 of file SourceLocation.h.
|
inline |
Definition at line 256 of file SourceLocation.h.
Referenced by clang::Lexer::getAsCharRange().
|
inline |
Definition at line 254 of file SourceLocation.h.
References clang::SourceRange::getBegin().
Referenced by clang::Sema::ActOnGCCAsmStmt(), clang::format::AffectedRangeManager::affectsCharSourceRange(), checkRangeForMacroArgExpansion(), DiagUninitUse(), clang::markup::EmitRange(), clang::Rewriter::getRangeSize(), clang::tooling::getRangeSize(), clang::Lexer::getSourceText(), clang::FixItRewriter::HandleDiagnostic(), highlightRange(), clang::Rewriter::IncreaseIndentation(), clang::edit::Commit::insertFromRange(), clang::edit::Commit::insertWrap(), clang::Lexer::makeFileCharRange(), makeRangeFromFileLocs(), makeStandaloneRange(), maybeDiagnoseIDCharCompat(), mergeFixits(), clang::edit::Commit::remove(), clang::Rewriter::RemoveText(), clang::edit::Commit::replace(), and clang::edit::Commit::replaceWithInner().
|
inlinestatic |
Definition at line 237 of file SourceLocation.h.
References CharSourceRange().
Referenced by clang::format::JavaScriptImportSorter::analyze(), applyEditsToTemp(), applyRewrite(), CreateIfFixit(), clang::FixItHint::CreateInsertion(), clang::FixItHint::CreateInsertionFromRange(), clang::format::Environment::CreateVirtualEnvironment(), diagnoseObjCLiteralComparison(), DoEmitAvailabilityWarning(), clang::Lexer::getAsCharRange(), getCharRange(), clang::edit::Commit::Edit::getFileRange(), clang::edit::Commit::Edit::getInsertFromRange(), getLiteralInfo(), makeCharRange(), MakeCharSourceRange(), makeRangeFromFileLocs(), rewriteToArraySubscriptSet(), rewriteToDictionaryLiteral(), rewriteToDictionarySubscriptSet(), rewriteToNSMacroDecl(), rewriteToObjCProperty(), and rewriteToSubscriptGetCommon().
|
inlinestatic |
Definition at line 244 of file SourceLocation.h.
References getCharRange().
|
inline |
Definition at line 255 of file SourceLocation.h.
References clang::SourceRange::getEnd().
Referenced by clang::format::AffectedRangeManager::affectsCharSourceRange(), checkRangeForMacroArgExpansion(), clang::markup::EmitRange(), clang::Rewriter::getRangeSize(), clang::tooling::getRangeSize(), clang::Lexer::getSourceText(), clang::FixItRewriter::HandleDiagnostic(), highlightRange(), clang::Rewriter::IncreaseIndentation(), clang::edit::Commit::insertWrap(), clang::Lexer::makeFileCharRange(), makeRangeFromFileLocs(), makeStandaloneRange(), mergeFixits(), and clang::edit::Commit::replaceWithInner().
|
inlinestatic |
Definition at line 233 of file SourceLocation.h.
References CharSourceRange().
Referenced by clang::Sema::CheckConversionDeclarator(), clang::FixItHint::CreateRemoval(), clang::FixItHint::CreateReplacement(), GCRewriteFinalize(), getLiteralInfo(), clang::Rewriter::getRangeSize(), clang::tooling::fixit::internal::getText(), getTokenRange(), clang::Rewriter::IncreaseIndentation(), clang::edit::Commit::insertFromRange(), clang::edit::Commit::insertWrap(), clang::operator<<(), clang::edit::Commit::remove(), clang::edit::Commit::replace(), clang::tooling::Replacement::Replacement(), clang::tooling::replaceStmtWithStmt(), clang::tooling::replaceStmtWithText(), clang::edit::Commit::replaceWithInner(), rewriteToArraySubscriptSet(), rewriteToDictionaryLiteral(), rewriteToDictionarySubscriptSet(), rewriteToNumberLiteral(), rewriteToSubscriptGetCommon(), clang::tooling::ReplaceStmtWithText::run(), and clang::ConversionFixItGenerator::tryToFixConversion().
|
inlinestatic |
Definition at line 241 of file SourceLocation.h.
References getTokenRange().
|
inline |
Definition at line 252 of file SourceLocation.h.
Referenced by clang::markup::EmitRange(), and clang::Lexer::makeFileCharRange().
|
inline |
Definition at line 262 of file SourceLocation.h.
References isValid().
Referenced by applyEditsToTemp(), clang::markup::EmitRange(), clang::Lexer::getSourceText(), and clang::Rewriter::IncreaseIndentation().
|
inline |
Return true if the end of this range specifies the start of the last token.
Return false if the end of this range specifies the last character in the range.
Definition at line 251 of file SourceLocation.h.
Referenced by clang::Lexer::getAsCharRange(), clang::Rewriter::getRangeSize(), clang::tooling::getRangeSize(), clang::FixItRewriter::HandleDiagnostic(), highlightRange(), clang::edit::Commit::insertWrap(), clang::Lexer::makeFileCharRange(), makeRangeFromFileLocs(), and mergeFixits().
|
inline |
Definition at line 261 of file SourceLocation.h.
References clang::SourceRange::isValid().
Referenced by DoEmitAvailabilityWarning(), clang::FixItRewriter::HandleDiagnostic(), highlightRange(), isInvalid(), clang::FixItHint::isNull(), and mergeFixits().
|
inline |
Definition at line 258 of file SourceLocation.h.
References clang::SourceRange::setBegin().
Referenced by clang::Lexer::makeFileCharRange().
|
inline |
Definition at line 259 of file SourceLocation.h.
References clang::SourceRange::setEnd().
Referenced by clang::Lexer::makeFileCharRange().