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

References

tools/clang/include/clang/AST/Stmt.h
 2885   SourceLocation getRParenLoc() const { return RParenLoc; }
 2886   void setRParenLoc(SourceLocation L) { RParenLoc = L; }
 3077   SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; }