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

References

tools/clang/include/clang/AST/ExprCXX.h
 2038   SourceLocation getEndLoc() const LLVM_READONLY { return ClosingBrace; }
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1492   E->ClosingBrace = ReadSourceLocation();
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1429   Record.AddSourceLocation(E->ClosingBrace);