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 498 bool IsThrownVarInScope = false;
516 IsThrownVarInScope = true;
530 return BuildCXXThrow(OpLoc, Ex, IsThrownVarInScope);
534 bool IsThrownVarInScope) {
541 ExprResult ExRes = CheckCXXThrowOperand(OpLoc, Ex, IsThrownVarInScope);
548 IsThrownVarInScope));
553 bool IsThrownVarInScope) {
604 if (IsThrownVarInScope)
612 IsThrownVarInScope);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 21 milliseconds