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

  /external/clang/include/clang/Sema/
Scope.h 424 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; }
  /external/clang/lib/CodeGen/
CodeGenFunction.h 375 bool isSEHTryScope() const { return !SEHTryEpilogueStack.empty(); }
    [all...]

Completed in 1025 milliseconds