HomeSort by: relevance | last modified time | path
    Searched refs:CheckCXXThrowOperand (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 855 if (CheckCXXThrowOperand(OpLoc, ExceptionObjectTy, Ex))
944 /// CheckCXXThrowOperand - Validate the operand of a throw.
945 bool Sema::CheckCXXThrowOperand(SourceLocation ThrowLoc,
SemaChecking.cpp 1867 if (CheckCXXThrowOperand(
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 6188 bool CheckCXXThrowOperand(SourceLocation ThrowLoc, QualType ThrowTy, Expr *E);

Completed in 39 milliseconds