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

References

tools/clang/include/clang/AST/ExprObjC.h
  425   SourceLocation getRParenLoc() const { return RParenLoc; }
  426   void setRParenLoc(SourceLocation L) { RParenLoc = L; }
  437   SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; }