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

  /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
Refactoring.cpp 184 : ClangTool(Compilations, SourcePaths) {}
  /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(); }
Refactoring.h 160 /// This is a refactoring specific version of \see ClangTool. FrontendActions
163 class RefactoringTool : public ClangTool {
165 /// \see ClangTool::ClangTool.
  /external/chromium_org/tools/clang/rewrite_scoped_array/
RewriteScopedArray.cpp 70 clang::tooling::ClangTool tool(options.getCompilations(),
  /external/clang/unittests/Tooling/
ToolingTest.cpp 160 ClangTool Tool(Compilations, Sources);
218 ClangTool Tool(Compilations, std::vector<std::string>(1, "/a.cc"));
  /external/clang/tools/clang-check/
ClangCheck.cpp 191 ClangTool Tool(OptionsParser.getCompilations(),
  /external/chromium_org/tools/clang/empty_string/
EmptyStringConverter.cpp 174 clang::tooling::ClangTool tool(options.getCompilations(),
  /external/chromium_org/tools/clang/rewrite_scoped_ptr_ctor_null/
RewriteScopedPtrCtorNull.cpp 171 clang::tooling::ClangTool tool(options.getCompilations(),

Completed in 3026 milliseconds