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.cpp834 static bool hasUnwindExceptions(const LangOptions &LangOpts) { in hasUnwindExceptions() function
843 return LangOpts.ObjCRuntime.hasUnwindExceptions(); in hasUnwindExceptions()
856 if (!hasUnwindExceptions(LangOpts)) in SetLLVMFunctionAttributesForDefinition()