Searched defs:ExceptionSettings (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Driver/
H A DTools.cpp1655 struct ExceptionSettings { struct in namespace:__anon17894
1658 ExceptionSettings() : ExceptionsEnabled(false), function in struct:__anon17894::ExceptionSettings
1665 static ExceptionSettings exceptionSettings(const ArgList &Args,
1667 ExceptionSettings ES;
1716 ExceptionSettings ES = exceptionSettings(Args, Triple);
7831 ExceptionSettings EH = exceptionSettings(Args, getToolChain().getTriple());

Completed in 163 milliseconds