Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DObjCRuntime.h360 bool hasUnwindExceptions() const { in hasUnwindExceptions() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp1181 static bool hasUnwindExceptions(const LangOptions &LangOpts) { in hasUnwindExceptions() function
1190 return LangOpts.ObjCRuntime.hasUnwindExceptions(); in hasUnwindExceptions()
1231 if (!hasUnwindExceptions(LangOpts)) in SetLLVMFunctionAttributesForDefinition()