Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h413 memcpy(getExtraLocalData(), other.getExtraLocalData(), in copyLocal()
441 void *getExtraLocalData() const { in getExtraLocalData() function
588 return *(static_cast<WrittenBuiltinSpecs*>(getExtraLocalData())); in getWrittenBuiltinSpecs()
591 return *(static_cast<WrittenBuiltinSpecs*>(getExtraLocalData())); in getWrittenBuiltinSpecs()
775 return (SourceLocation*)this->getExtraLocalData() + 2; in getProtocolLocArray()
791 *((SourceLocation*)this->getExtraLocalData()) : in getProtocolLAngleLoc()
796 *((SourceLocation*)this->getExtraLocalData()) = Loc; in setProtocolLAngleLoc()
801 *((SourceLocation*)this->getExtraLocalData() + 1) : in getProtocolRAngleLoc()
806 *((SourceLocation*)this->getExtraLocalData() + 1) = Loc; in setProtocolRAngleLoc()
962 return (TypeSourceInfo**)this->getExtraLocalData(); in getTypeArgLocArray()
[all …]