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 506 bool IsThrownVarInScope = false;
524 IsThrownVarInScope = true;
538 return BuildCXXThrow(OpLoc, Ex, IsThrownVarInScope);
542 bool IsThrownVarInScope) {
549 ExprResult ExRes = CheckCXXThrowOperand(OpLoc, Ex, IsThrownVarInScope);
556 IsThrownVarInScope));
561 bool IsThrownVarInScope) {
613 if (IsThrownVarInScope)
621 IsThrownVarInScope);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 20 milliseconds