Home
last modified time | relevance | path

Searched defs:Tool (Results 1 – 9 of 9) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DTool.cpp14 Tool::Tool(const char *_Name, const char *_ShortName, const ToolChain &TC, in Tool() function in Tool
H A DTools.h270 : Tool(Name, ShortName, TC, ResponseSupport, ResponseEncoding, in Tool() function
H A DDriver.cpp1856 Driver::generatePrefixedToolNames(const char *Tool, const ToolChain &TC, in generatePrefixedToolNames()
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DToolingTest.cpp211 ClangTool Tool(Compilations, Sources); in TEST() local
267 ClangTool Tool(Compilations, std::vector<std::string>(1, "/a.cc")); in TEST() local
303 ClangTool Tool(Compilations, Sources); in TEST() local
324 ClangTool Tool(Compilations, std::vector<std::string>(1, "/a.cc")); in TEST() local
336 ClangTool Tool(Compilations, std::vector<std::string>(1, "/a.cc")); in TEST() local
/minix3/external/bsd/llvm/dist/clang/tools/clang-check/
H A DClangCheck.cpp153 ClangTool Tool(OptionsParser.getCompilations(), in main() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Driver/
H A DJob.h27 class Tool; variable
H A DToolChain.h39 class Tool; variable
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp476 CodeCoverageTool Tool; in showMain() local
481 CodeCoverageTool Tool; in reportMain() local
/minix3/external/bsd/llvm/dist/clang/tools/driver/
H A Ddriver.cpp366 static int ExecuteCC1Tool(ArrayRef<const char *> argv, StringRef Tool) { in ExecuteCC1Tool()