HomeSort by: relevance | last modified time | path
    Searched refs:TryScope (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h 101 TryScope = 0x2000,
473 bool isTryScope() const { return getFlags() & Scope::TryScope; }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Scope.cpp 159 {TryScope, "TryScope"},
SemaExprMember.cpp 937 // function scope. If a FnTryCatchScope is found, check whether the TryScope
941 return (S->getFlags() & Scope::TryScope) != Scope::TryScope;
SemaExprCXX.cpp 826 Scope::TryScope))
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 2515 ParseScope TryScope(this, Scope::DeclScope | Scope::CompoundStmtScope);
2517 TryScope.Exit();
ParseStmt.cpp 2393 /*isStmtExpr=*/false, Scope::DeclScope | Scope::TryScope |

Completed in 63 milliseconds