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

References

tools/clang/include/clang/AST/Expr.h
 1230   SourceLocation getLocation() const { return DeclRefExprBits.Loc; }
 1231   void setLocation(SourceLocation L) { DeclRefExprBits.Loc = L; }
tools/clang/lib/AST/Expr.cpp
  491   DeclRefExprBits.Loc = L;
  504   DeclRefExprBits.Loc = NameInfo.getLoc();