clang: lib/Tooling/FixIt.cpp Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9
10
11
12
15
17namespace tooling {
18namespace fixit {
19
20namespace internal {
23 Context.getLangOpts());
24}
25}
26
27}
28}
29}
Holds long-lived AST nodes (such as types and decls) that can be referred to throughout the semantic ...
Represents a character-granular source range.
static StringRef getSourceText(CharSourceRange Range, const SourceManager &SM, const LangOptions &LangOpts, bool *Invalid=nullptr)
Returns a string for the source that the range encompasses.
The JSON file list parser is used to communicate input to InstallAPI.