|
clang 22.0.0git
|
Represents a FixItHint within a StandaloneDiagnostic. More...
#include "clang/Frontend/StandaloneDiagnostic.h"
Public Member Functions | |
| StandaloneFixIt (const SourceManager &SrcMgr, const LangOptions &LangOpts, const FixItHint &FixIt) | |
Public Attributes | |
| SourceOffsetRange | RemoveRange |
| SourceOffsetRange | InsertFromRange |
| std::string | CodeToInsert |
| bool | BeforePreviousInsertions |
Represents a FixItHint within a StandaloneDiagnostic.
Definition at line 47 of file StandaloneDiagnostic.h.
| clang::StandaloneDiagnostic::StandaloneFixIt::StandaloneFixIt | ( | const SourceManager & | SrcMgr, |
| const LangOptions & | LangOpts, | ||
| const FixItHint & | FixIt ) |
Definition at line 22 of file StandaloneDiagnostic.cpp.
References BeforePreviousInsertions, CodeToInsert, InsertFromRange, and RemoveRange.
| bool clang::StandaloneDiagnostic::StandaloneFixIt::BeforePreviousInsertions |
Definition at line 54 of file StandaloneDiagnostic.h.
Referenced by StandaloneFixIt().
| std::string clang::StandaloneDiagnostic::StandaloneFixIt::CodeToInsert |
Definition at line 53 of file StandaloneDiagnostic.h.
Referenced by StandaloneFixIt().
| SourceOffsetRange clang::StandaloneDiagnostic::StandaloneFixIt::InsertFromRange |
Definition at line 52 of file StandaloneDiagnostic.h.
Referenced by StandaloneFixIt().
| SourceOffsetRange clang::StandaloneDiagnostic::StandaloneFixIt::RemoveRange |
Definition at line 51 of file StandaloneDiagnostic.h.
Referenced by StandaloneFixIt().