HomeSort by relevance Sort by last modified time
    Searched defs:ClangTool (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Tooling/
Tooling.h 13 // A ClangTool is initialized with a CompilationDatabase and a set of files
180 class ClangTool {
188 ClangTool(const CompilationDatabase &Compilations,
191 virtual ~ClangTool() { clearArgumentsAdjusters(); }
  /external/clang/lib/Tooling/
Tooling.cpp 31 // For chdir, see the comment in ClangTool::run for more information.
239 ClangTool::ClangTool(const CompilationDatabase &Compilations,
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 453 milliseconds