|
clang 22.0.0git
|
This is the complete list of members for clang::tooling::Replacement, including all inherited members.
| apply(Rewriter &Rewrite) const | clang::tooling::Replacement | |
| getFilePath() const | clang::tooling::Replacement | inline |
| getLength() const | clang::tooling::Replacement | inline |
| getOffset() const | clang::tooling::Replacement | inline |
| getReplacementText() const | clang::tooling::Replacement | inline |
| isApplicable() const | clang::tooling::Replacement | |
| Replacement() | clang::tooling::Replacement | |
| Replacement(StringRef FilePath, unsigned Offset, unsigned Length, StringRef ReplacementText) | clang::tooling::Replacement | |
| Replacement(const SourceManager &Sources, SourceLocation Start, unsigned Length, StringRef ReplacementText) | clang::tooling::Replacement | |
| Replacement(const SourceManager &Sources, const CharSourceRange &Range, StringRef ReplacementText, const LangOptions &LangOpts=LangOptions()) | clang::tooling::Replacement | |
| Replacement(const SourceManager &Sources, const Node &NodeToReplace, StringRef ReplacementText, const LangOptions &LangOpts=LangOptions()) | clang::tooling::Replacement | |
| toString() const | clang::tooling::Replacement |