Home
last modified time | relevance | path

Searched defs:ToolAction (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Tooling/
H A DTooling.cpp183 bool runToolOnCode(std::unique_ptr<FrontendAction> ToolAction, in runToolOnCode() argument
210 std::unique_ptr<FrontendAction> ToolAction, const Twine &Code, in runToolOnCodeWithArgs() argument
228 std::unique_ptr<FrontendAction> ToolAction, const Twine &Code, in runToolOnCodeWithArgs() argument
[all...]
/llvm-project/clang-tools-extra/unittests/clang-include-fixer/
H A DIncludeFixerTest.cpp23 static bool runOnCode(tooling::ToolAction *ToolAction, StringRef Code, in runOnCode()