Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DObjCRuntime.h265 bool hasUnwindExceptions() const { in hasUnwindExceptions() function
/external/clang/lib/CodeGen/
DCodeGenModule.cpp565 static bool hasUnwindExceptions(const LangOptions &LangOpts) { in hasUnwindExceptions() function
574 return LangOpts.ObjCRuntime.hasUnwindExceptions(); in hasUnwindExceptions()
585 if (!hasUnwindExceptions(LangOpts)) in SetLLVMFunctionAttributesForDefinition()