Home
last modified time | relevance | path

Searched refs:AddLastArg (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Driver/
DTools.cpp194 Args.AddLastArg(CmdArgs, options::OPT_C); in AddPreprocessingOptions()
195 Args.AddLastArg(CmdArgs, options::OPT_CC); in AddPreprocessingOptions()
252 Args.AddLastArg(CmdArgs, options::OPT_MP); in AddPreprocessingOptions()
1378 Args.AddLastArg(CmdArgs, options::OPT_H); in ConstructJob()
1384 Args.AddLastArg(CmdArgs, options::OPT_P); in ConstructJob()
1385 Args.AddLastArg(CmdArgs, options::OPT_print_ivar_layout); in ConstructJob()
1420 Args.AddLastArg(CmdArgs, options::OPT_nostdinc); in ConstructJob()
1421 Args.AddLastArg(CmdArgs, options::OPT_nostdincxx); in ConstructJob()
1422 Args.AddLastArg(CmdArgs, options::OPT_nobuiltininc); in ConstructJob()
1428 Args.AddLastArg(CmdArgs, options::OPT_working_directory); in ConstructJob()
[all …]
DArgList.cpp146 void ArgList::AddLastArg(ArgStringList &Output, OptSpecifier Id) const { in AddLastArg() function in ArgList
/external/clang/include/clang/Driver/
DArgList.h223 void AddLastArg(ArgStringList &Output, OptSpecifier Id0) const;