Home
last modified time | relevance | path

Searched refs:ToolInvocation (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Tooling/
DTooling.cpp140 ToolInvocation Invocation(getSyntaxOnlyToolArgs(ToolName, Args, FileNameRef), in runToolOnCodeWithArgs()
211 ToolInvocation::ToolInvocation( in ToolInvocation() function in clang::tooling::ToolInvocation
218 ToolInvocation::ToolInvocation( in ToolInvocation() function in clang::tooling::ToolInvocation
226 ToolInvocation::~ToolInvocation() { in ~ToolInvocation()
231 void ToolInvocation::mapVirtualFile(StringRef FilePath, StringRef Content) { in mapVirtualFile()
237 bool ToolInvocation::run() { in run()
274 bool ToolInvocation::runInvocation( in runInvocation()
442 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), in run()
515 ToolInvocation Invocation(getSyntaxOnlyToolArgs(ToolName, Args, FileNameRef), in buildASTFromCodeWithArgs()
/external/clang/include/clang/Tooling/
DTooling.h211 class ToolInvocation {
224 ToolInvocation(std::vector<std::string> CommandLine, FrontendAction *FAction,
236 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
240 ~ToolInvocation();
/external/clang/unittests/Tooling/
DToolingTest.cpp151 TEST(ToolInvocation, TestMapVirtualFile) { in TEST() argument
164 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, in TEST()
173 TEST(ToolInvocation, TestVirtualModulesCompilation) { in TEST() argument
190 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, in TEST()