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

  /external/clang/include/clang/Sema/
Scope.h 427 bool isSEHExceptScope() const { return getFlags() & Scope::SEHExceptScope; }
  /external/clang/lib/Sema/
SemaChecking.cpp 249 while (S && !S->isSEHExceptScope())
    [all...]

Completed in 70 milliseconds