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

References

tools/clang/include/clang/AST/ExprCXX.h
 1157     CXXThrowExprBits.ThrowLoc = Loc;
 1165   SourceLocation getThrowLoc() const { return CXXThrowExprBits.ThrowLoc; }
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1581   E->CXXThrowExprBits.ThrowLoc = ReadSourceLocation();