Searched refs:ToolInvocation (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 135 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), in runToolOnCodeWithArgs() 205 ToolInvocation::ToolInvocation( in ToolInvocation() function in clang::tooling::ToolInvocation 211 ToolInvocation::ToolInvocation( in ToolInvocation() function in clang::tooling::ToolInvocation 218 ToolInvocation::~ToolInvocation() { in ~ToolInvocation() 223 void ToolInvocation::mapVirtualFile(StringRef FilePath, StringRef Content) { in mapVirtualFile() 229 bool ToolInvocation::run() { in run() 266 bool ToolInvocation::runInvocation( in runInvocation() 418 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), in run() 492 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), &Action, in buildASTFromCodeWithArgs()
|
/external/clang/include/clang/Tooling/ |
D | Tooling.h | 206 class ToolInvocation { 219 ToolInvocation(std::vector<std::string> CommandLine, FrontendAction *FAction, 231 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action, 235 ~ToolInvocation();
|
/external/clang/unittests/Tooling/ |
D | ToolingTest.cpp | 151 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()
|