Home
last modified time | relevance | path

Searched refs:runToolOnCodeWithArgs (Results 1 – 13 of 13) sorted by relevance

/external/clang/unittests/AST/
DDeclTest.cpp31 ASSERT_TRUE(runToolOnCodeWithArgs( in TEST()
55 ASSERT_FALSE(runToolOnCodeWithArgs( in TEST()
DEvaluateAsRValueTest.cpp92 ASSERT_TRUE(runToolOnCodeWithArgs( in TEST()
DASTContextParentMapTest.cpp25 using clang::tooling::runToolOnCodeWithArgs;
DNamedDeclPrinterTest.cpp74 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName)) in PrintedNamedDeclMatches()
DStmtPrinterTest.cpp79 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args)) in PrintedStmtMatches()
DMatchVerifier.h123 if (!tooling::runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName)) in match()
DDeclPrinterTest.cpp80 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName)) in PrintedDeclMatches()
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp185 ASSERT_TRUE(clang::tooling::runToolOnCodeWithArgs( in TEST()
200 ASSERT_TRUE(clang::tooling::runToolOnCodeWithArgs( in TEST()
220 ASSERT_TRUE(clang::tooling::runToolOnCodeWithArgs( in TEST()
238 ASSERT_TRUE(clang::tooling::runToolOnCodeWithArgs( in TEST()
257 ASSERT_FALSE(clang::tooling::runToolOnCodeWithArgs( in TEST()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h23 using clang::tooling::runToolOnCodeWithArgs;
82 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args, Filename,
183 if (!runToolOnCodeWithArgs(Factory->create(), in matchesConditionallyWithCuda()
229 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args)) { in matchAndVerifyResultConditionally()
/external/clang/unittests/Tooling/
DToolingTest.cpp264 TEST(runToolOnCodeWithArgs, TestNoDepFile) { in TEST() argument
274 EXPECT_TRUE(runToolOnCodeWithArgs(new SkipBodyAction, "", Args)); in TEST()
DTestVisitor.h65 return tooling::runToolOnCodeWithArgs(CreateTestAction(), Code, Args);
/external/clang/lib/Tooling/
DTooling.cpp105 return runToolOnCodeWithArgs(ToolAction, Code, std::vector<std::string>(), in runToolOnCode()
120 bool runToolOnCodeWithArgs( in runToolOnCodeWithArgs() function
/external/clang/include/clang/Tooling/
DTooling.h170 bool runToolOnCodeWithArgs(