Searched refs:InlineArg (Results 1 – 2 of 2) sorted by relevance
4497 if (Arg *InlineArg = Args.getLastArg( in ParseLangArgs() local4500 if (InlineArg->getOption().matches(options::OPT_fno_inline)) in ParseLangArgs()
7259 const Arg *InlineArg = Args.getLastArg(options::OPT_finline_functions, in ConstructJob() local7265 } else if (InlineArg) { in ConstructJob()7266 InlineArg->render(Args, CmdArgs); in ConstructJob()