Searched refs:InlineArg (Results 1 – 2 of 2) sorted by relevance
3970 if (Arg *InlineArg = Args.getLastArg( in ParseLangArgs() local3973 if (InlineArg->getOption().matches(options::OPT_fno_inline)) in ParseLangArgs()
6734 const Arg *InlineArg = Args.getLastArg(options::OPT_finline_functions, in ConstructJob() local6740 } else if (InlineArg) { in ConstructJob()6741 InlineArg->render(Args, CmdArgs); in ConstructJob()