Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp649 const Option &InlineOpt = InlineArg->getOption(); in ParseCodeGenArgs() local
650 if (InlineOpt.matches(options::OPT_finline_functions)) in ParseCodeGenArgs()
652 else if (InlineOpt.matches(options::OPT_finline_hint_functions)) in ParseCodeGenArgs()