Searched refs:InlineArg (Results 1 – 2 of 2) sorted by relevance
4234 if (Arg *InlineArg = Args.getLastArg( in ParseLangArgs() local4237 if (InlineArg->getOption().matches(options::OPT_fno_inline)) in ParseLangArgs()
7193 const Arg *InlineArg = Args.getLastArg(options::OPT_finline_functions, in ConstructJob() local7199 } else if (InlineArg) { in ConstructJob()7200 InlineArg->render(Args, CmdArgs); in ConstructJob()