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

  /external/clang/lib/Sema/
SemaExprCXX.cpp 549 ExprResult ExRes = CheckCXXThrowOperand(OpLoc, Ex, IsThrownVarInScope);
559 /// CheckCXXThrowOperand - Validate the operand of a throw.
560 ExprResult Sema::CheckCXXThrowOperand(SourceLocation ThrowLoc, Expr *E,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 17 milliseconds