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

  /external/clang/lib/Tooling/
Tooling.cpp 116 ToolInvocation Invocation(Commands, ToolAction, &Files);
146 ToolInvocation::ToolInvocation(
152 void ToolInvocation::mapVirtualFile(StringRef FilePath, StringRef Content) {
158 bool ToolInvocation::run() {
186 bool ToolInvocation::runInvocation(
223 void ToolInvocation::addFileMappingsTo(SourceManager &Sources) {
304 ToolInvocation Invocation(CommandLine, ActionFactory->create(), &Files);
  /external/clang/include/clang/Tooling/
Tooling.h 21 // multiple FrontendActions over code can use ToolInvocation.
124 class ToolInvocation {
135 ToolInvocation(ArrayRef<std::string> CommandLine, FrontendAction *ToolAction,
  /external/clang/unittests/Tooling/
ToolingTest.cpp 121 TEST(ToolInvocation, TestMapVirtualFile) {
128 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, &Files);

Completed in 131 milliseconds