Searched refs:runToolOnCodeWithArgs (Results 1 – 13 of 13) sorted by relevance
/external/clang/unittests/AST/ |
D | DeclTest.cpp | 31 ASSERT_TRUE(runToolOnCodeWithArgs( in TEST() 55 ASSERT_FALSE(runToolOnCodeWithArgs( in TEST()
|
D | EvaluateAsRValueTest.cpp | 92 ASSERT_TRUE(runToolOnCodeWithArgs( in TEST()
|
D | ASTContextParentMapTest.cpp | 25 using clang::tooling::runToolOnCodeWithArgs;
|
D | NamedDeclPrinterTest.cpp | 74 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName)) in PrintedNamedDeclMatches()
|
D | StmtPrinterTest.cpp | 79 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args)) in PrintedStmtMatches()
|
D | MatchVerifier.h | 123 if (!tooling::runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName)) in match()
|
D | DeclPrinterTest.cpp | 80 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName)) in PrintedDeclMatches()
|
/external/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 185 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/ |
D | ASTMatchersTest.h | 23 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/ |
D | ToolingTest.cpp | 264 TEST(runToolOnCodeWithArgs, TestNoDepFile) { in TEST() argument 274 EXPECT_TRUE(runToolOnCodeWithArgs(new SkipBodyAction, "", Args)); in TEST()
|
D | TestVisitor.h | 65 return tooling::runToolOnCodeWithArgs(CreateTestAction(), Code, Args);
|
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 105 return runToolOnCodeWithArgs(ToolAction, Code, std::vector<std::string>(), in runToolOnCode() 120 bool runToolOnCodeWithArgs( in runToolOnCodeWithArgs() function
|
/external/clang/include/clang/Tooling/ |
D | Tooling.h | 170 bool runToolOnCodeWithArgs(
|