HomeSort by: relevance | last modified time | path
    Searched defs:isSEHTryScope (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h 476 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h 721 bool isSEHTryScope() const { return !SEHTryEpilogueStack.empty(); }

Completed in 144 milliseconds