Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h392 bool hasUnwindExceptions() const { in hasUnwindExceptions() function
/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2433 static bool hasUnwindExceptions(const LangOptions &LangOpts) { in SetLLVMFunctionAttributesForDefinition()
2442 return LangOpts.ObjCRuntime.hasUnwindExceptions(); in SetLLVMFunctionAttributesForDefinition()
2490 if (!hasUnwindExceptions(LangOpts)) in SetLLVMFunctionAttributesForDefinition()
2364 static bool hasUnwindExceptions(const LangOptions &LangOpts) { hasUnwindExceptions() function