9 #ifndef LLVM_CLANG_TOOLING_REFACTORING_EXTRACT_SOURCE_EXTRACTION_H 10 #define LLVM_CLANG_TOOLING_REFACTORING_EXTRACT_SOURCE_EXTRACTION_H 27 return IsNeededInExtractedFunction;
41 bool IsNeededInOriginalFunction)
42 : IsNeededInExtractedFunction(IsNeededInExtractedFunction),
43 IsNeededInOriginalFunction(IsNeededInOriginalFunction) {}
44 bool IsNeededInExtractedFunction;
45 bool IsNeededInOriginalFunction;
51 #endif //LLVM_CLANG_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.