HomeSort by relevance Sort by last modified time
    Searched refs:hasUnwindExceptions (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Basic/
ObjCRuntime.h 269 bool hasUnwindExceptions() const {
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 692 static bool hasUnwindExceptions(const LangOptions &LangOpts) {
701 return LangOpts.ObjCRuntime.hasUnwindExceptions();
714 if (!hasUnwindExceptions(LangOpts))
    [all...]

Completed in 34 milliseconds