Home
last modified time | relevance | path

Searched refs:InlineArg (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp645 if (Arg *InlineArg = Args.getLastArg( in ParseCodeGenArgs() local
649 const Option &InlineOpt = InlineArg->getOption(); in ParseCodeGenArgs()
2908 if (Arg *InlineArg = Args.getLastArg( in ParseLangArgs() local
2911 if (InlineArg->getOption().matches(options::OPT_fno_inline)) in ParseLangArgs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp4769 if (Arg* InlineArg = Args.getLastArg(options::OPT_finline_functions, in ConstructJob() local
4772 InlineArg->render(Args, CmdArgs); in ConstructJob()