Searched refs:ToolAction (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DTooling.h61 class ToolAction { class in namespace:clang::tooling
63 virtual ~ToolAction();
75 /// also a ToolAction which uses the FrontendActions created by create() to
77 class FrontendActionFactory : public ToolAction {
136 /// \param ToolAction The action to run over the code.
140 /// \return - True if 'ToolAction' was successfully executed.
141 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code,
147 /// \param ToolAction The action to run over the code.
152 /// \return - True if 'ToolAction' was successfully executed.
153 bool runToolOnCodeWithArgs(clang::FrontendAction *ToolAction, cons
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp43 ToolAction::~ToolAction() {}
105 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code, argument
108 ToolAction, Code, std::vector<std::string>(), FileName);
122 bool runToolOnCodeWithArgs(clang::FrontendAction *ToolAction, const Twine &Code, argument
129 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), ToolAction, local
167 ToolAction *Action, FileManager *Files)
322 int ClangTool::run(ToolAction *Action) {
374 class ASTBuilderAction : public ToolAction {

Completed in 45 milliseconds