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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DTooling.h73 class ToolAction { class in namespace:clang::tooling
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp156 bool runToolOnCode(std::unique_ptr<FrontendAction> ToolAction, argument
182 runToolOnCodeWithArgs( std::unique_ptr<FrontendAction> ToolAction, const Twine &Code, llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, const std::vector<std::string> &Args, const Twine &FileName, const Twine &ToolName, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
200 runToolOnCodeWithArgs( std::unique_ptr<FrontendAction> ToolAction, const Twine &Code, const std::vector<std::string> &Args, const Twine &FileName, const Twine &ToolName, std::shared_ptr<PCHContainerOperations> PCHContainerOps, const FileContentMappings &VirtualMappedFiles) argument
[all...]

Completed in 97 milliseconds