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

Completed in 870 milliseconds