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

/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h392 bool hasUnwindExceptions() const { function in class:clang::ObjCRuntime
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2340 static bool hasUnwindExceptions(const LangOptions &LangOpts) { function
2349 return LangOpts.ObjCRuntime.hasUnwindExceptions();
2397 if (!hasUnwindExceptions(LangOpts))

Completed in 127 milliseconds