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

Declarations

tools/clang/include/clang/Sema/Sema.h
 5594   ExprResult BuildCXXThrow(SourceLocation OpLoc, Expr *Ex,

References

tools/clang/lib/Sema/SemaExprCXX.cpp
  754   return BuildCXXThrow(OpLoc, Ex, IsThrownVarInScope);
tools/clang/lib/Sema/TreeTransform.h
 2742     return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope);