Go to the documentation of this file.
15 #ifndef LLVM_CLANG_TOOLING_TRANSFORMER_RANGESELECTOR_H
16 #define LLVM_CLANG_TOOLING_TRANSFORMER_RANGESELECTOR_H
21 #include "llvm/Support/Error.h"
26 namespace transformer {
47 return encloseNodes(std::move(BeginID), std::move(EndID));
108 #endif // LLVM_CLANG_TOOLING_TRANSFORMER_RANGESELECTOR_H
Represents a character-granular source range.
Contains all information for a given match.
Smart pointer class that efficiently represents Objective-C method names.