Home | History | Annotate | Download | only in libclang

Lines Matching refs:Args

3120   std::unique_ptr<std::vector<const char *>> Args(
3125 ArgsCleanup(Args.get());
3140 Args->insert(Args->end(), command_line_args,
3144 Args->insert(Args->begin() + 1, "-fno-spell-checking");
3152 Args->push_back(source_filename);
3156 Args->push_back("-Xclang");
3157 Args->push_back("-detailed-preprocessing-record");
3168 Args->data(), Args->data() + Args->size(),
3219 SmallVector<const char *, 4> Args;
3220 Args.push_back("clang");
3221 Args.append(command_line_args, command_line_args + num_command_line_args);
3223 CIdx, source_filename, Args.data(), Args.size(), unsaved_files,