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

References

tools/clang/include/clang/AST/ExprCXX.h
 1721   SourceLocation getRParenLoc() const { return RParenLoc; }
 1722   void setRParenLoc(SourceLocation L) { RParenLoc = L; }
tools/clang/lib/AST/ExprCXX.cpp
  919   return RParenLoc.isValid() ? RParenLoc : getSubExpr()->getEndLoc();
  919   return RParenLoc.isValid() ? RParenLoc : getSubExpr()->getEndLoc();