reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Tooling/Tooling.h
  179 bool runToolOnCodeWithArgs(

References

tools/clang/lib/Tooling/Tooling.cpp
  157   return runToolOnCodeWithArgs(std::move(ToolAction), Code,
tools/clang/tools/extra/unittests/clang-change-namespace/ChangeNamespaceTests.cpp
   46     if (!tooling::runToolOnCodeWithArgs(Factory->create(), Code, {"-std=c++11"},
tools/clang/unittests/AST/ASTPrint.h
   72   if (!tooling::runToolOnCodeWithArgs(Factory->create(), Code, Args))
tools/clang/unittests/AST/DeclPrinterTest.cpp
   85   if (!runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName))
tools/clang/unittests/AST/DeclTest.cpp
   35   ASSERT_TRUE(runToolOnCodeWithArgs(
   59   ASSERT_FALSE(runToolOnCodeWithArgs(
tools/clang/unittests/AST/EvaluateAsRValueTest.cpp
   91     ASSERT_TRUE(runToolOnCodeWithArgs(
tools/clang/unittests/AST/MatchVerifier.h
  125   if (!tooling::runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName))
tools/clang/unittests/AST/NamedDeclPrinterTest.cpp
   75   if (!runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName))
tools/clang/unittests/ASTMatchers/ASTMatchersTest.h
   97   if (!runToolOnCodeWithArgs(
  273   if (!runToolOnCodeWithArgs(Factory->create(),
  333   if (!runToolOnCodeWithArgs(Factory->create(), Code, Args)) {
tools/clang/unittests/Analysis/CFGBuildResult.h
   63   if (!tooling::runToolOnCodeWithArgs(Factory->create(), Code, Args))
tools/clang/unittests/Rename/ClangRenameTest.h
   65     if (!tooling::runToolOnCodeWithArgs(
   78     if (!tooling::runToolOnCodeWithArgs(
tools/clang/unittests/Sema/CodeCompleteTest.cpp
  104   clang::tooling::runToolOnCodeWithArgs(
tools/clang/unittests/Sema/ExternalSemaSourceTest.cpp
  227   ASSERT_TRUE(clang::tooling::runToolOnCodeWithArgs(
  241   ASSERT_TRUE(clang::tooling::runToolOnCodeWithArgs(
  260   ASSERT_TRUE(clang::tooling::runToolOnCodeWithArgs(
  275   ASSERT_TRUE(clang::tooling::runToolOnCodeWithArgs(
  291   ASSERT_TRUE(clang::tooling::runToolOnCodeWithArgs(
  309   ASSERT_FALSE(clang::tooling::runToolOnCodeWithArgs(
tools/clang/unittests/Tooling/TestVisitor.h
   76     return tooling::runToolOnCodeWithArgs(CreateTestAction(), Code, Args);
tools/clang/unittests/Tooling/ToolingTest.cpp
  266   EXPECT_TRUE(runToolOnCodeWithArgs(
  269   EXPECT_TRUE(runToolOnCodeWithArgs(
  273   EXPECT_TRUE(runToolOnCodeWithArgs(
  277   EXPECT_TRUE(runToolOnCodeWithArgs(
  282   EXPECT_TRUE(runToolOnCodeWithArgs(
  286   EXPECT_FALSE(runToolOnCodeWithArgs(
  289   EXPECT_FALSE(runToolOnCodeWithArgs(std::make_unique<SkipBodyAction>(),
  313   EXPECT_FALSE(runToolOnCodeWithArgs(
  328   EXPECT_TRUE(runToolOnCodeWithArgs(std::make_unique<SkipBodyAction>(), "", Args));
  351   EXPECT_TRUE(runToolOnCodeWithArgs(
  354   EXPECT_TRUE(runToolOnCodeWithArgs(
  357   EXPECT_TRUE(runToolOnCodeWithArgs(
  360   EXPECT_TRUE(runToolOnCodeWithArgs(
  363   EXPECT_TRUE(runToolOnCodeWithArgs(
  368   EXPECT_FALSE(runToolOnCodeWithArgs(
tools/clang/unittests/Tooling/TransformerTest.cpp
   87     if (!runToolOnCodeWithArgs(