Searched refs:ClangTool (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Tooling/
H A DTooling.cpp34 // For chdir, see the comment in ClangTool::run for more information.
272 ClangTool::ClangTool(const CompilationDatabase &Compilations, function in class:clang::tooling::ClangTool
298 void ClangTool::setDiagnosticConsumer(DiagnosticConsumer *D) {
302 void ClangTool::mapVirtualFile(StringRef FilePath, StringRef Content) {
306 void ClangTool::setArgumentsAdjuster(ArgumentsAdjuster *Adjuster) {
311 void ClangTool::appendArgumentsAdjuster(ArgumentsAdjuster *Adjuster) {
315 void ClangTool::clearArgumentsAdjusters() {
321 int ClangTool::run(ToolAction *Action) {
328 // first argument, thus allowing ClangTool an
[all...]
H A DRefactoring.cpp276 : ClangTool(Compilations, SourcePaths) {}
/external/clang/unittests/Tooling/
H A DToolingTest.cpp204 ClangTool Tool(Compilations, Sources);
279 ClangTool Tool(Compilations, std::vector<std::string>(1, "/a.cc"));
308 ClangTool Tool(Compilations, Sources);
329 ClangTool Tool(Compilations, std::vector<std::string>(1, "/a.cc"));
341 ClangTool Tool(Compilations, std::vector<std::string>(1, "/a.cc"));
/external/clang/include/clang/Tooling/
H A DTooling.h13 // A ClangTool is initialized with a CompilationDatabase and a set of files
75 /// created for each translation unit processed by ClangTool. This class is
241 class ClangTool { class in namespace:clang::tooling
249 ClangTool(const CompilationDatabase &Compilations,
252 virtual ~ClangTool() { clearArgumentsAdjusters(); }
H A DRefactoring.h198 /// This is a refactoring specific version of \see ClangTool. FrontendActions
201 class RefactoringTool : public ClangTool {
203 /// \see ClangTool::ClangTool.
/external/chromium_org/tools/clang/empty_string/
H A DEmptyStringConverter.cpp176 clang::tooling::ClangTool tool(options.getCompilations(),
/external/clang/tools/clang-check/
H A DClangCheck.cpp197 ClangTool Tool(OptionsParser.getCompilations(),
/external/chromium_org/tools/clang/rewrite_scoped_refptr/
H A DRewriteScopedRefptr.cpp260 clang::tooling::ClangTool tool(options.getCompilations(),

Completed in 637 milliseconds