Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/
DTooling.cpp131 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), ToolAction, in runToolOnCodeWithArgs()
168 ToolInvocation::ToolInvocation(std::vector<std::string> CommandLine, in ToolInvocation() function in clang::tooling::ToolInvocation
176 ToolInvocation::ToolInvocation(std::vector<std::string> CommandLine, in ToolInvocation() function in clang::tooling::ToolInvocation
184 ToolInvocation::~ToolInvocation() { in ~ToolInvocation()
189 void ToolInvocation::setDiagnosticConsumer(DiagnosticConsumer *D) { in setDiagnosticConsumer()
193 void ToolInvocation::mapVirtualFile(StringRef FilePath, StringRef Content) { in mapVirtualFile()
199 bool ToolInvocation::run() { in run()
232 bool ToolInvocation::runInvocation( in runInvocation()
355 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get()); in run()
413 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), &Action, in buildASTFromCodeWithArgs()
/external/clang/include/clang/Tooling/
DTooling.h180 class ToolInvocation {
191 ToolInvocation(std::vector<std::string> CommandLine, FrontendAction *FAction,
199 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
202 ~ToolInvocation();
/external/clang/unittests/Tooling/
DToolingTest.cpp141 TEST(ToolInvocation, TestMapVirtualFile) { in TEST() argument
149 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, in TEST()
156 TEST(ToolInvocation, TestVirtualModulesCompilation) { in TEST() argument
168 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, in TEST()