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

References

tools/clang/include/clang/AST/StmtObjC.h
   54   SourceLocation getRParenLoc() const { return RParenLoc; }
   55   void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
tools/clang/lib/AST/StmtObjC.cpp
   28   RParenLoc = RPL;