Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4234 if (Arg *InlineArg = Args.getLastArg( in ParseLangArgs() local
4237 if (InlineArg->getOption().matches(options::OPT_fno_inline)) in ParseLangArgs()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp7193 const Arg *InlineArg = Args.getLastArg(options::OPT_finline_functions, in ConstructJob() local
7199 } else if (InlineArg) { in ConstructJob()
7200 InlineArg->render(Args, CmdArgs); in ConstructJob()