HomeSort by relevance Sort by last modified time
    Searched refs:tooling (Results 1 - 25 of 33) sorted by null

1 2

  /external/clang/include/clang/Tooling/
CompilationDatabasePluginRegistry.h 13 #include "clang/Tooling/CompilationDatabase.h"
17 namespace tooling { namespace in namespace:clang
24 } // end namespace tooling
ArgumentsAdjusters.h 24 namespace tooling { namespace in namespace:clang
55 } // end namespace tooling
CommonOptionsParser.h 21 // This class uses the Clang Tooling infrastructure, see
30 #include "clang/Tooling/CompilationDatabase.h"
33 namespace tooling { namespace in namespace:clang
43 /// #include "clang/Tooling/CommonOptionsParser.h"
46 /// using namespace clang::tooling;
86 } // namespace tooling
FileMatchTrie.h 25 namespace tooling { namespace in namespace:clang
86 } // end namespace tooling
RefactoringCallbacks.h 33 #include "clang/Tooling/Refactoring.h"
36 namespace tooling { namespace in namespace:clang
40 /// Collects \c tooling::Replacements while running.
87 } // end namespace tooling
CompilationDatabase.h 40 namespace tooling { namespace in namespace:clang
199 } // end namespace tooling
JSONCompilationDatabase.h 19 #include "clang/Tooling/CompilationDatabase.h"
20 #include "clang/Tooling/FileMatchTrie.h"
31 namespace tooling { namespace in namespace:clang
112 } // end namespace tooling
Refactoring.h 23 #include "clang/Tooling/Tooling.h"
33 namespace tooling { namespace in namespace:clang
161 } // end namespace tooling
Tooling.h 1 //===--- Tooling.h - Framework for standalone Clang tools -------*- C++ -*-===//
37 #include "clang/Tooling/ArgumentsAdjusters.h"
38 #include "clang/Tooling/CompilationDatabase.h"
54 namespace tooling { namespace in namespace:clang
286 } // end namespace tooling
  /external/clang/lib/Tooling/
ArgumentsAdjusters.cpp 15 #include "clang/Tooling/ArgumentsAdjusters.h"
18 namespace tooling { namespace in namespace:clang
32 } // end namespace tooling
RefactoringCallbacks.cpp 13 #include "clang/Tooling/RefactoringCallbacks.h"
16 namespace tooling { namespace in namespace:clang
19 tooling::Replacements &RefactoringCallback::getReplacements() {
26 return tooling::Replacement(Sources, CharSourceRange::getTokenRange(
43 Replace.insert(tooling::Replacement(
80 } // end namespace tooling
CommonOptionsParser.cpp 21 // This class uses the Clang Tooling infrastructure, see
28 #include "clang/Tooling/CommonOptionsParser.h"
29 #include "clang/Tooling/Tooling.h"
31 using namespace clang::tooling;
44 "\texample of setting up Clang Tooling on a source tree.\n"
Refactoring.cpp 20 #include "clang/Tooling/Refactoring.h"
24 namespace tooling { namespace in namespace:clang
166 return tooling::applyAllReplacements(Replace, Rewrite);
189 } // end namespace tooling
CompilationDatabase.cpp 15 #include "clang/Tooling/CompilationDatabase.h"
16 #include "clang/Tooling/CompilationDatabasePluginRegistry.h"
17 #include "clang/Tooling/Tooling.h"
24 namespace tooling { namespace in namespace:clang
145 } // end namespace tooling
FileMatchTrie.cpp 14 #include "clang/Tooling/FileMatchTrie.h"
22 namespace tooling { namespace in namespace:clang
187 } // end namespace tooling
  /external/clang/unittests/AST/
ASTContextParentMapTest.cpp 17 #include "clang/Tooling/Tooling.h"
24 using clang::tooling::newFrontendActionFactory;
25 using clang::tooling::runToolOnCodeWithArgs;
26 using clang::tooling::FrontendActionFactory;
MatchVerifier.h 22 #include "clang/Tooling/Tooling.h"
70 OwningPtr<tooling::FrontendActionFactory> Factory(
71 tooling::newFrontendActionFactory(&Finder));
94 if (!tooling::runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName))
StmtPrinterTest.cpp 24 #include "clang/Tooling/Tooling.h"
30 using namespace tooling;
  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 1 //===- unittest/Tooling/RefactoringCallbacksTest.cpp ----------------------===//
10 #include "clang/Tooling/RefactoringCallbacks.h"
17 namespace tooling { namespace in namespace:clang
28 OwningPtr<tooling::FrontendActionFactory> Factory(
29 tooling::newFrontendActionFactory(&Finder));
30 ASSERT_TRUE(tooling::runToolOnCode(Factory->create(), Code))
34 EXPECT_TRUE(tooling::applyAllReplacements(Callback.getReplacements(),
ToolingTest.cpp 1 //===- unittest/Tooling/ToolingTest.cpp - Tooling unit tests --------------===//
16 #include "clang/Tooling/CompilationDatabase.h"
17 #include "clang/Tooling/Tooling.h"
22 namespace tooling { namespace in namespace:clang
128 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, &Files);
189 } // end namespace tooling
TestVisitor.h 23 #include "clang/Tooling/Tooling.h"
51 return tooling::runToolOnCodeWithArgs(CreateTestAction(), Code, Args);
  /external/clang/include/clang/Format/
Format.h 19 #include "clang/Tooling/Refactoring.h"
120 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex,
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 1 //===- unittest/Tooling/ASTMatchersTest.h - Matcher tests helpers ------===//
14 #include "clang/Tooling/Tooling.h"
20 using clang::tooling::newFrontendActionFactory;
21 using clang::tooling::runToolOnCodeWithArgs;
22 using clang::tooling::FrontendActionFactory;
  /external/clang/tools/clang-check/
ClangCheck.cpp 13 // This tool uses the Clang Tooling infrastructure, see
26 #include "clang/Tooling/CommonOptionsParser.h"
27 #include "clang/Tooling/Tooling.h"
33 using namespace clang::tooling;
  /external/clang/tools/libclang/
CXCompilationDatabase.cpp 3 #include "clang/Tooling/CompilationDatabase.h"
6 using namespace clang::tooling;
22 fprintf(stderr, "LIBCLANG TOOLING ERROR: %s\n", ErrorMsg.c_str());

Completed in 217 milliseconds

1 2