10 #ifndef LLVM_CLANG_LIB_TOOLING_REFACTORING_EXTRACT_SOURCE_EXTRACTION_H 11 #define LLVM_CLANG_LIB_TOOLING_REFACTORING_EXTRACT_SOURCE_EXTRACTION_H 28 return IsNeededInExtractedFunction;
42 bool IsNeededInOriginalFunction)
43 : IsNeededInExtractedFunction(IsNeededInExtractedFunction),
44 IsNeededInOriginalFunction(IsNeededInOriginalFunction) {}
45 bool IsNeededInExtractedFunction;
46 bool IsNeededInOriginalFunction;
52 #endif // LLVM_CLANG_LIB_TOOLING_REFACTORING_EXTRACT_SOURCE_EXTRACTION_H
Stmt - This represents one statement.
Keeps track of the various options that can be enabled, which controls the dialect of C or C++ that i...
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified...
Dataflow Directional Tag Classes.
A trivial tuple used to represent a source range.
This class handles loading and caching of source files into memory.