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

References

tools/clang/include/clang/AST/ExprCXX.h
  386   SourceLocation getRParenLoc() const { return RParenLoc; }
  389   SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; }
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1511   E->RParenLoc = R.getEnd();