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.h415 memcpy(getExtraLocalData(), other.getExtraLocalData(), in copyLocal()
443 void *getExtraLocalData() const { in getExtraLocalData() function
590 return *(static_cast<WrittenBuiltinSpecs*>(getExtraLocalData())); in getWrittenBuiltinSpecs()
593 return *(static_cast<WrittenBuiltinSpecs*>(getExtraLocalData())); in getWrittenBuiltinSpecs()
777 return (SourceLocation*)this->getExtraLocalData() + 2; in getProtocolLocArray()
793 *((SourceLocation*)this->getExtraLocalData()) : in getProtocolLAngleLoc()
798 *((SourceLocation*)this->getExtraLocalData()) = Loc; in setProtocolLAngleLoc()
803 *((SourceLocation*)this->getExtraLocalData() + 1) : in getProtocolRAngleLoc()
808 *((SourceLocation*)this->getExtraLocalData() + 1) = Loc; in setProtocolRAngleLoc()
1014 return (TypeSourceInfo**)this->getExtraLocalData(); in getTypeArgLocArray()
[all …]