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 115 ToolInvocation Invocation(Commands, ToolAction, &Files);
145 ToolInvocation::ToolInvocation(
151 void ToolInvocation::mapVirtualFile(StringRef FilePath, StringRef Content) {
157 bool ToolInvocation::run() {
185 bool ToolInvocation::runInvocation(
224 void ToolInvocation::addFileMappingsTo(SourceManager &Sources) {
301 ToolInvocation Invocation(CommandLine, ActionFactory->create(), &Files);
  /external/clang/include/clang/Tooling/
Tooling.h 21 // multiple FrontendActions over code can use ToolInvocation.
116 class ToolInvocation {
127 ToolInvocation(ArrayRef<std::string> CommandLine, FrontendAction *ToolAction,
  /external/clang/unittests/Tooling/
ToolingTest.cpp 120 TEST(ToolInvocation, TestMapVirtualFile) {
127 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, &Files);

Completed in 60 milliseconds