Searched refs:ClangTool (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/Tooling/
H A DRefactoring.h34 /// This is a refactoring specific version of \see ClangTool. FrontendActions
37 class RefactoringTool : public ClangTool {
39 /// \see ClangTool::ClangTool.
H A DTooling.h13 // A ClangTool is initialized with a CompilationDatabase and a set of files
80 /// created for each translation unit processed by ClangTool. This class is
279 class ClangTool { class in namespace:clang::tooling
289 ClangTool(const CompilationDatabase &Compilations,
294 ~ClangTool();
/external/clang/lib/Tooling/
H A DRefactoring.cpp31 : ClangTool(Compilations, SourcePaths, PCHContainerOps) {}
H A DTooling.cpp308 ClangTool::ClangTool(const CompilationDatabase &Compilations, function in class:clang::tooling::ClangTool
322 ClangTool::~ClangTool() {}
324 void ClangTool::mapVirtualFile(StringRef FilePath, StringRef Content) {
328 void ClangTool::appendArgumentsAdjuster(ArgumentsAdjuster Adjuster) {
335 void ClangTool::clearArgumentsAdjusters() {
339 int ClangTool::run(ToolAction *Action) {
346 // first argument, thus allowing ClangTool and runToolOnCode to just
464 int ClangTool
[all...]
/external/clang/unittests/Tooling/
H A DToolingTest.cpp226 ClangTool Tool(Compilations, Sources);
282 ClangTool Tool(Compilations, std::vector<std::string>(1, "/a.cc"));
398 ClangTool Tool(Compilations, Sources);
419 ClangTool Tool(Compilations, std::vector<std::string>(1, "/a.cc"));
431 ClangTool Tool(Compilations, std::vector<std::string>(1, "/a.cc"));
/external/clang/tools/clang-check/
H A DClangCheck.cpp162 ClangTool Tool(OptionsParser.getCompilations(),

Completed in 51 milliseconds