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

References

tools/clang/include/clang/AST/ExprCXX.h
 1176   SourceLocation getBeginLoc() const { return getThrowLoc(); }
 1179       return getThrowLoc();
tools/clang/lib/AST/ASTImporter.cpp
 6891   auto Imp = importSeq(E->getSubExpr(), E->getType(), E->getThrowLoc());
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
  365       EmitDiagForCXXThrowInNonThrowingFunc(S, Throw->getThrowLoc(), FD);
tools/clang/lib/Sema/TreeTransform.h
10562   return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1526   Record.AddSourceLocation(E->getThrowLoc());