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 626 ExprResult ExRes = CheckCXXThrowOperand(OpLoc, Ex, IsThrownVarInScope);
636 /// CheckCXXThrowOperand - Validate the operand of a throw.
637 ExprResult Sema::CheckCXXThrowOperand(SourceLocation ThrowLoc, Expr *E,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 40 milliseconds