Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4075 std::optional<LangOptions::ExceptionHandlingKind> EMValue = in ParseLangArgs() local
4084 if (EMValue) { in ParseLangArgs()
4085 Opts.ExceptionHandling = static_cast<unsigned>(*EMValue); in ParseLangArgs()