Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DObjCRuntime.h269 bool hasUnwindExceptions() const { in hasUnwindExceptions() function
/external/clang/lib/CodeGen/
DCodeGenModule.cpp666 static bool hasUnwindExceptions(const LangOptions &LangOpts) { in hasUnwindExceptions() function
675 return LangOpts.ObjCRuntime.hasUnwindExceptions(); in hasUnwindExceptions()
688 if (!hasUnwindExceptions(LangOpts)) in SetLLVMFunctionAttributesForDefinition()