HomeSort by relevance Sort by last modified time
    Searched defs:ToolInvocation (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Tooling/
Tooling.h 21 // multiple FrontendActions over code can use ToolInvocation.
134 class ToolInvocation {
145 ToolInvocation(ArrayRef<std::string> CommandLine, FrontendAction *ToolAction,
  /external/clang/lib/Tooling/
Tooling.cpp 118 ToolInvocation Invocation(Commands, ToolAction, &Files);
148 ToolInvocation::ToolInvocation(
154 void ToolInvocation::mapVirtualFile(StringRef FilePath, StringRef Content) {
160 bool ToolInvocation::run() {
188 bool ToolInvocation::runInvocation(
225 void ToolInvocation::addFileMappingsTo(SourceManager &Sources) {
319 ToolInvocation Invocation(CommandLine, ActionFactory->create(), &Files);

Completed in 61 milliseconds