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 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);
  /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/unittests/Tooling/
ToolingTest.cpp 121 TEST(ToolInvocation, TestMapVirtualFile) {
128 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, &Files);

Completed in 379 milliseconds