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 543 bool IsThrownVarInScope = false;
561 IsThrownVarInScope = true;
575 return BuildCXXThrow(OpLoc, Ex, IsThrownVarInScope);
579 bool IsThrownVarInScope) {
586 ExprResult ExRes = CheckCXXThrowOperand(OpLoc, Ex, IsThrownVarInScope);
593 IsThrownVarInScope));
598 bool IsThrownVarInScope) {
649 if (IsThrownVarInScope)
657 IsThrownVarInScope);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 1554 milliseconds