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

  /external/clang/lib/Sema/
SemaExprCXX.cpp 580 bool IsThrownVarInScope = false;
598 IsThrownVarInScope = true;
612 return BuildCXXThrow(OpLoc, Ex, IsThrownVarInScope);
616 bool IsThrownVarInScope) {
626 ExprResult ExRes = CheckCXXThrowOperand(OpLoc, Ex, IsThrownVarInScope);
633 CXXThrowExpr(Ex, Context.VoidTy, OpLoc, IsThrownVarInScope);
638 bool IsThrownVarInScope) {
689 if (IsThrownVarInScope)
697 IsThrownVarInScope);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 146 milliseconds