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

References

tools/clang/include/clang/AST/TypeLoc.h
 1913   SourceLocation getRParenLoc() const { return getLocalData()->RParenLoc; }
 1914   void setRParenLoc(SourceLocation Loc) { getLocalData()->RParenLoc = Loc; }