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

References

tools/clang/include/clang/AST/ExprObjC.h
  589   SourceLocation getLocation() const { return Loc; }
  590   void setLocation(SourceLocation L) { Loc = L; }
  593     return isFreeIvar() ? Loc : getBase()->getBeginLoc();
  595   SourceLocation getEndLoc() const LLVM_READONLY { return Loc; }