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

References

tools/clang/include/clang/AST/DeclarationName.h
  719   SourceLocation getLoc() const { return NameLoc; }
  722   void setLoc(SourceLocation L) { NameLoc = L; }
  798   SourceLocation getBeginLoc() const { return NameLoc; }
tools/clang/lib/AST/DeclarationName.cpp
  492     return NameLoc;
  510       return NameLoc;
  517     return NameLoc;