Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/
DTooling.cpp156 bool runToolOnCode(std::unique_ptr<FrontendAction> ToolAction, in runToolOnCode()
183 std::unique_ptr<FrontendAction> ToolAction, const Twine &Code, in runToolOnCodeWithArgs()
201 std::unique_ptr<FrontendAction> ToolAction, const Twine &Code, in runToolOnCodeWithArgs()
/external/llvm-project/clang-tools-extra/unittests/clang-include-fixer/
DIncludeFixerTest.cpp23 static bool runOnCode(tooling::ToolAction *ToolAction, StringRef Code, in runOnCode()
/external/clang/lib/Tooling/
DTooling.cpp104 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code, in runToolOnCode()
125 clang::FrontendAction *ToolAction, const Twine &Code, in runToolOnCodeWithArgs()