Home
last modified time | relevance | path

Searched refs:getExtraLocalData (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h395 memcpy(getExtraLocalData(), other.getExtraLocalData(), in copyLocal()
423 void *getExtraLocalData() const { in getExtraLocalData() function
570 return *(static_cast<WrittenBuiltinSpecs*>(getExtraLocalData())); in getWrittenBuiltinSpecs()
573 return *(static_cast<WrittenBuiltinSpecs*>(getExtraLocalData())); in getWrittenBuiltinSpecs()
752 return (SourceLocation*)this->getExtraLocalData() + 2; in getProtocolLocArray()
768 *((SourceLocation*)this->getExtraLocalData()) : in getProtocolLAngleLoc()
773 *((SourceLocation*)this->getExtraLocalData()) = Loc; in setProtocolLAngleLoc()
778 *((SourceLocation*)this->getExtraLocalData() + 1) : in getProtocolRAngleLoc()
783 *((SourceLocation*)this->getExtraLocalData() + 1) = Loc; in setProtocolRAngleLoc()
923 return (TypeSourceInfo**)this->getExtraLocalData(); in getTypeArgLocArray()
[all …]