Searched refs:InvocationCommand (Results 1 – 1 of 1) sorted by relevance
570 const InvocationListTy::mapped_type &InvocationCommand = Invocation->second; in loadFromSource() local572 SmallVector<const char *, 32> CommandLineArgs(InvocationCommand.size()); in loadFromSource()573 std::transform(InvocationCommand.begin(), InvocationCommand.end(), in loadFromSource()