Searched refs:ToolInvocation (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 133 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), in runToolOnCodeWithArgs() 176 ToolInvocation::ToolInvocation(std::vector<std::string> CommandLine, in ToolInvocation() function in clang::tooling::ToolInvocation 184 ToolInvocation::ToolInvocation(std::vector<std::string> CommandLine, in ToolInvocation() function in clang::tooling::ToolInvocation 192 ToolInvocation::~ToolInvocation() { in ~ToolInvocation() 197 void ToolInvocation::mapVirtualFile(StringRef FilePath, StringRef Content) { in mapVirtualFile() 203 bool ToolInvocation::run() { in run() 238 bool ToolInvocation::runInvocation( in runInvocation() 360 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get()); in run() 423 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), &Action, in buildASTFromCodeWithArgs()
|
/external/clang/include/clang/Tooling/ |
D | Tooling.h | 187 class ToolInvocation { 198 ToolInvocation(std::vector<std::string> CommandLine, FrontendAction *FAction, 206 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action, 209 ~ToolInvocation();
|
/external/clang/unittests/Tooling/ |
D | ToolingTest.cpp | 149 TEST(ToolInvocation, TestMapVirtualFile) { in TEST() argument 157 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, in TEST() 164 TEST(ToolInvocation, TestVirtualModulesCompilation) { in TEST() argument 176 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, in TEST()
|