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

  /external/clang/include/clang/Tooling/
Tooling.h 13 // A ClangTool is initialized with a CompilationDatabase and a set of files
170 class ClangTool {
178 ClangTool(const CompilationDatabase &Compilations,
181 virtual ~ClangTool() {}
Refactoring.h 118 /// This is a refactoring specific version of \see ClangTool. FrontendActions
121 class RefactoringTool : public ClangTool {
123 /// \see ClangTool::ClangTool.
  /external/clang/lib/Tooling/
Tooling.cpp 30 // For chdir, see the comment in ClangTool::run for more information.
237 ClangTool::ClangTool(const CompilationDatabase &Compilations,
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
Refactoring.cpp 140 : ClangTool(Compilations, SourcePaths) {}
  /external/clang/tools/clang-check/
ClangCheck.cpp 148 ClangTool Tool(OptionsParser.getCompilations(),
  /external/clang/unittests/Tooling/
ToolingTest.cpp 154 ClangTool Tool(Compilations, Sources);

Completed in 179 milliseconds