Home
last modified time | relevance | path

Searched refs:tooling (Results 1 – 25 of 26) sorted by relevance

12

/external/clang/unittests/Tooling/
DRefactoringCallbacksTest.cpp17 namespace tooling { namespace
28 OwningPtr<tooling::FrontendActionFactory> Factory( in expectRewritten()
29 tooling::newFrontendActionFactory(&Finder)); in expectRewritten()
30 ASSERT_TRUE(tooling::runToolOnCode(Factory->create(), Code)) in expectRewritten()
34 EXPECT_TRUE(tooling::applyAllReplacements(Callback.getReplacements(), in expectRewritten()
DToolingTest.cpp21 namespace tooling { namespace
127 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, &Files); in TEST()
DTestVisitor.h52 return tooling::runToolOnCodeWithArgs(CreateTestAction(), Code, Args);
DRefactoringTest.cpp32 namespace tooling { namespace
DCompilationDatabaseTest.cpp19 namespace tooling { namespace
/external/clang/lib/Tooling/
DRefactoringCallbacks.cpp16 namespace tooling { namespace
19 tooling::Replacements &RefactoringCallback::getReplacements() { in getReplacements()
26 return tooling::Replacement(Sources, CharSourceRange::getTokenRange( in replaceStmtWithText()
43 Replace.insert(tooling::Replacement( in run()
DArgumentsAdjusters.cpp18 namespace tooling { namespace
DCommonOptionsParser.cpp31 using namespace clang::tooling;
DCompilationDatabase.cpp24 namespace tooling { namespace
DRefactoring.cpp24 namespace tooling { namespace
DJSONCompilationDatabase.cpp24 namespace tooling { namespace
DTooling.cpp37 namespace tooling { namespace
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h20 using clang::tooling::newFrontendActionFactory;
21 using clang::tooling::runToolOnCodeWithArgs;
22 using clang::tooling::FrontendActionFactory;
/external/clang/include/clang/Tooling/
DCompilationDatabasePluginRegistry.h17 namespace tooling {
DCommonOptionsParser.h33 namespace tooling {
DArgumentsAdjusters.h24 namespace tooling {
DJSONCompilationDatabase.h30 namespace tooling {
DRefactoringCallbacks.h36 namespace tooling {
DCompilationDatabase.h40 namespace tooling {
DRefactoring.h33 namespace tooling {
DTooling.h54 namespace tooling {
/external/clang/tools/
DCMakeLists.txt11 # on top of the Clang tooling platform. We keep them in a separate repository
/external/clang/tools/clang-check/
DClangCheck.cpp28 using namespace clang::tooling;
/external/clang/tools/libclang/
DCXCompilationDatabase.cpp6 using namespace clang::tooling;
/external/clang/unittests/AST/
DDeclPrinterTest.cpp30 using namespace tooling;

12