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

References

tools/clang/include/clang/AST/Expr.h
 2281   SourceLocation getRParenLoc() const { return RParenLoc; }
 2282   void setRParenLoc(SourceLocation R) { RParenLoc = R; }
 2325   SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; }