Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DObjCRuntime.h285 bool hasUnwindExceptions() const { in hasUnwindExceptions() function
/external/clang/lib/CodeGen/
DCodeGenModule.cpp783 static bool hasUnwindExceptions(const LangOptions &LangOpts) { in hasUnwindExceptions() function
792 return LangOpts.ObjCRuntime.hasUnwindExceptions(); in hasUnwindExceptions()
805 if (!hasUnwindExceptions(LangOpts)) in SetLLVMFunctionAttributesForDefinition()