reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 5596   bool CheckCXXThrowOperand(SourceLocation ThrowLoc, QualType ThrowTy, Expr *E);

References

tools/clang/lib/Sema/SemaChecking.cpp
 1452     if (CheckCXXThrowOperand(
tools/clang/lib/Sema/SemaExprCXX.cpp
  776     if (CheckCXXThrowOperand(OpLoc, ExceptionObjectTy, Ex))