9#ifndef LLVM_CLANG_TOOLING_REFACTORING_EXTRACT_SOURCEEXTRACTION_H
10#define LLVM_CLANG_TOOLING_REFACTORING_EXTRACT_SOURCEEXTRACTION_H
27 return IsNeededInExtractedFunction;
41 bool IsNeededInOriginalFunction)
42 : IsNeededInExtractedFunction(IsNeededInExtractedFunction),
43 IsNeededInOriginalFunction(IsNeededInOriginalFunction) {}
44 bool IsNeededInExtractedFunction;
45 bool IsNeededInOriginalFunction;
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified.
Keeps track of the various options that can be enabled, which controls the dialect of C or C++ that i...
This class handles loading and caching of source files into memory.
A trivial tuple used to represent a source range.
Stmt - This represents one statement.
The JSON file list parser is used to communicate input to InstallAPI.