Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h392 bool hasUnwindExceptions() const { in hasUnwindExceptions() function
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2374 static bool hasUnwindExceptions(const LangOptions &LangOpts) { in hasUnwindExceptions() function
2383 return LangOpts.ObjCRuntime.hasUnwindExceptions(); in hasUnwindExceptions()
2431 if (!hasUnwindExceptions(LangOpts)) in SetLLVMFunctionAttributesForDefinition()