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

References

tools/clang/include/clang/AST/ExprObjC.h
  100   SourceLocation getBeginLoc() const LLVM_READONLY { return Loc; }
  101   SourceLocation getEndLoc() const LLVM_READONLY { return Loc; }
  103   SourceLocation getLocation() const { return Loc; }
  104   void setLocation(SourceLocation L) { Loc = L; }