Searched refs:hasUnwindExceptions (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
H A DObjCRuntime.h250 bool hasUnwindExceptions() const { function in class:clang::ObjCRuntime
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp541 static bool hasUnwindExceptions(const LangOptions &LangOpts) { function
550 return LangOpts.ObjCRuntime.hasUnwindExceptions();
561 if (!hasUnwindExceptions(LangOpts))

Completed in 78 milliseconds