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

References

tools/clang/include/clang/AST/TypeLoc.h
  397     memcpy(getExtraLocalData(), other.getExtraLocalData(),
  397     memcpy(getExtraLocalData(), other.getExtraLocalData(),
  572     return *(static_cast<WrittenBuiltinSpecs*>(getExtraLocalData()));
  575     return *(static_cast<WrittenBuiltinSpecs*>(getExtraLocalData()));
  754     return (SourceLocation*)this->getExtraLocalData() + 2;
  770       *((SourceLocation*)this->getExtraLocalData()) :
  775     *((SourceLocation*)this->getExtraLocalData()) = Loc;
  780       *((SourceLocation*)this->getExtraLocalData() + 1) :
  785     *((SourceLocation*)this->getExtraLocalData() + 1) = Loc;
  925     return (TypeSourceInfo**)this->getExtraLocalData();
 1434     return (ParmVarDecl**) getExtraLocalData();
 1682     return static_cast<TemplateArgumentLocInfo*>(getExtraLocalData());
 2199     return static_cast<TemplateArgumentLocInfo*>(getExtraLocalData());