clang
7.0.0
|
#include "/work/llvm-www-releases/7.0.0/docsbuild/llvm.src/tools/clang/lib/ARCMigrate/Internals.h"
Classes | |
class | RewriteReceiver |
Definition at line 48 of file Internals.h.
TransformActions::TransformActions | ( | DiagnosticsEngine & | diag, |
CapturedDiagList & | capturedDiags, | ||
ASTContext & | ctx, | ||
Preprocessor & | PP | ||
) |
Definition at line 604 of file TransformActions.cpp.
TransformActions::~TransformActions | ( | ) |
Definition at line 611 of file TransformActions.cpp.
void TransformActions::abortTransaction | ( | ) |
Definition at line 623 of file TransformActions.cpp.
Referenced by clang::arcmt::Transaction::abort().
void TransformActions::applyRewrites | ( | RewriteReceiver & | receiver | ) |
Definition at line 675 of file TransformActions.cpp.
|
inline |
Definition at line 75 of file Internals.h.
References clang::arcmt::CapturedDiagList::clearDiagnostic().
bool TransformActions::clearDiagnostic | ( | ArrayRef< unsigned > | IDs, |
SourceRange | range | ||
) |
Definition at line 670 of file TransformActions.cpp.
Referenced by checkAllAtProps(), and checkWeakGCAttrs().
|
inline |
Definition at line 78 of file Internals.h.
References clang::arcmt::CapturedDiagList::clearDiagnostic().
|
inline |
Definition at line 82 of file Internals.h.
References clang::arcmt::CapturedDiagList::clearDiagnostic().
bool TransformActions::commitTransaction | ( | ) |
Definition at line 619 of file TransformActions.cpp.
Referenced by clang::arcmt::Transaction::~Transaction().
|
inline |
Definition at line 88 of file Internals.h.
References clang::arcmt::CapturedDiagList::hasDiagnostic().
|
inline |
Definition at line 92 of file Internals.h.
References clang::arcmt::CapturedDiagList::hasDiagnostic().
|
inline |
Definition at line 106 of file Internals.h.
References clang::DiagnosticsEngine::hasUnrecoverableErrorOccurred().
void TransformActions::increaseIndentation | ( | SourceRange | range, |
SourceLocation | parentIndent | ||
) |
Definition at line 664 of file TransformActions.cpp.
void TransformActions::insert | ( | SourceLocation | loc, |
StringRef | text | ||
) |
Definition at line 628 of file TransformActions.cpp.
void TransformActions::insertAfterToken | ( | SourceLocation | loc, |
StringRef | text | ||
) |
Definition at line 632 of file TransformActions.cpp.
void TransformActions::remove | ( | SourceRange | range | ) |
Definition at line 637 of file TransformActions.cpp.
Referenced by checkAllAtProps(), and clang::arcmt::trans::removeEmptyStatementsAndDeallocFinalize().
void TransformActions::removeStmt | ( | Stmt * | S | ) |
Definition at line 641 of file TransformActions.cpp.
void TransformActions::replace | ( | SourceRange | range, |
StringRef | text | ||
) |
Definition at line 645 of file TransformActions.cpp.
Referenced by replace().
void TransformActions::replace | ( | SourceRange | range, |
SourceRange | replacementRange | ||
) |
Definition at line 649 of file TransformActions.cpp.
References replace().
void TransformActions::replaceStmt | ( | Stmt * | S, |
StringRef | text | ||
) |
Definition at line 654 of file TransformActions.cpp.
void TransformActions::replaceText | ( | SourceLocation | loc, |
StringRef | text, | ||
StringRef | replacementText | ||
) |
Definition at line 658 of file TransformActions.cpp.
Referenced by checkWeakGCAttrs().
DiagnosticBuilder TransformActions::report | ( | SourceLocation | loc, |
unsigned | diagId, | ||
SourceRange | range = SourceRange() |
||
) |
Definition at line 679 of file TransformActions.cpp.
References clang::DiagnosticsEngine::Report().
Referenced by reportError(), reportNote(), and reportWarning().
void TransformActions::reportError | ( | StringRef | error, |
SourceLocation | loc, | ||
SourceRange | range = SourceRange() |
||
) |
Definition at line 686 of file TransformActions.cpp.
References report().
Referenced by errorForGCAttrsOnNonObjC().
void TransformActions::reportNote | ( | StringRef | note, |
SourceLocation | loc, | ||
SourceRange | range = SourceRange() |
||
) |
Definition at line 696 of file TransformActions.cpp.
References report().
void TransformActions::reportWarning | ( | StringRef | warning, |
SourceLocation | loc, | ||
SourceRange | range = SourceRange() |
||
) |
Definition at line 691 of file TransformActions.cpp.
References report().
void TransformActions::startTransaction | ( | ) |
Definition at line 615 of file TransformActions.cpp.
Referenced by clang::arcmt::Transaction::Transaction().