Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h407 memcpy(getExtraLocalData(), other.getExtraLocalData(), in copyLocal()
435 void *getExtraLocalData() const { in getExtraLocalData() function
582 return *(static_cast<WrittenBuiltinSpecs*>(getExtraLocalData())); in getWrittenBuiltinSpecs()
585 return *(static_cast<WrittenBuiltinSpecs*>(getExtraLocalData())); in getWrittenBuiltinSpecs()
769 return (SourceLocation*)this->getExtraLocalData() + 2; in getProtocolLocArray()
785 *((SourceLocation*)this->getExtraLocalData()) : in getProtocolLAngleLoc()
790 *((SourceLocation*)this->getExtraLocalData()) = Loc; in setProtocolLAngleLoc()
795 *((SourceLocation*)this->getExtraLocalData() + 1) : in getProtocolRAngleLoc()
800 *((SourceLocation*)this->getExtraLocalData() + 1) = Loc; in setProtocolRAngleLoc()
952 return (TypeSourceInfo**)this->getExtraLocalData(); in getTypeArgLocArray()
[all …]