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

  /external/clang/lib/Sema/
Scope.cpp 191 } else if (Flags & SEHExceptScope) {
192 OS << "SEHExceptScope";
193 Flags &= ~SEHExceptScope;
SemaChecking.cpp 498 if (SemaBuiltinSEHScopeCheck(*this, TheCall, Scope::SEHExceptScope,
    [all...]
  /external/clang/include/clang/Sema/
Scope.h 122 SEHExceptScope = 0x100000,
427 bool isSEHExceptScope() const { return getFlags() & Scope::SEHExceptScope; }
  /external/clang/lib/Parse/
ParseStmt.cpp 467 Scope::SEHExceptScope);
    [all...]

Completed in 217 milliseconds