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
180 class ClangTool { class in namespace:clang::tooling
188 ClangTool(const CompilationDatabase &Compilations,
191 virtual ~ClangTool() { clearArgumentsAdjusters(); }
/external/clang/lib/Tooling/
H A DTooling.cpp31 // For chdir, see the comment in ClangTool::run for more information.
239 ClangTool::ClangTool(const CompilationDatabase &Compilations, function in class:clang::tooling::ClangTool
265 void ClangTool::mapVirtualFile(StringRef FilePath, StringRef Content) {
269 void ClangTool::setArgumentsAdjuster(ArgumentsAdjuster *Adjuster) {
274 void ClangTool::appendArgumentsAdjuster(ArgumentsAdjuster *Adjuster) {
278 void ClangTool::clearArgumentsAdjusters() {
284 int ClangTool::run(FrontendActionFactory *ActionFactory) {
291 // first argument, thus allowing ClangTool and runToolOnCode to just

Completed in 101 milliseconds