Home | History | Annotate | Download | only in libclang

Lines Matching refs:Args

2706     Args(new std::vector<const char*>());
2710 ArgsCleanup(Args.get());
2726 Args->push_back("-fno-spell-checking");
2728 Args->insert(Args->end(), command_line_args,
2737 Args->push_back(source_filename);
2741 Args->push_back("-Xclang");
2742 Args->push_back("-detailed-preprocessing-record");
2748 ASTUnit::LoadFromCommandLine(Args->size() ? &(*Args)[0] : 0
2750 Args->size() ? (&(*Args)[0] + Args->size()) :0,