Searched defs:ClangTool (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Tooling/
H A DTooling.h13 // A ClangTool is initialized with a CompilationDatabase and a set of files
170 class ClangTool { class in namespace:clang::tooling
178 ClangTool(const CompilationDatabase &Compilations,
181 virtual ~ClangTool() {}
/external/clang/lib/Tooling/
H A DTooling.cpp30 // For chdir, see the comment in ClangTool::run for more information.
237 ClangTool::ClangTool(const CompilationDatabase &Compilations, function in class:clang::tooling::ClangTool
262 void ClangTool::mapVirtualFile(StringRef FilePath, StringRef Content) {
266 void ClangTool::setArgumentsAdjuster(ArgumentsAdjuster *Adjuster) {
270 int ClangTool::run(FrontendActionFactory *ActionFactory) {
277 // first argument, thus allowing ClangTool and runToolOnCode to just

Completed in 105 milliseconds