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

References

tools/clang/include/clang/AST/Stmt.h
 2375   SourceLocation getEndLoc() const { return getRParenLoc(); }
tools/clang/lib/AST/ASTImporter.cpp
 5904       S->getRParenLoc());
tools/clang/lib/Sema/TreeTransform.h
 6940                                     S->getRParenLoc());
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  205   Record.AddSourceLocation(S->getRParenLoc());