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

References

tools/clang/include/clang/AST/ExprObjC.h
  763   SourceLocation getLocation() const { return IdLoc; }
  787   SourceLocation getEndLoc() const LLVM_READONLY { return IdLoc; }
  830   void setLocation(SourceLocation L) { IdLoc = L; }