Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp2674 Arg *ExceptionArg = Args.getLastArg( in addExceptionArgs() local
2677 if (ExceptionArg) in addExceptionArgs()
2679 ExceptionArg->getOption().matches(options::OPT_fcxx_exceptions) || in addExceptionArgs()
2680 ExceptionArg->getOption().matches(options::OPT_fexceptions); in addExceptionArgs()
2685 assert(ExceptionArg && in addExceptionArgs()
2692 << RTTIArg->getAsString(Args) << ExceptionArg->getAsString(Args); in addExceptionArgs()