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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h375 bool hasUnwindExceptions() const { function in class:clang::ObjCRuntime
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1453 static bool hasUnwindExceptions(const LangOptions &LangOpts) { function
1462 return LangOpts.ObjCRuntime.hasUnwindExceptions();
1503 if (!hasUnwindExceptions(LangOpts))

Completed in 202 milliseconds