Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeLoc.h401 memcpy(getExtraLocalData(), other.getExtraLocalData(), in copyLocal()
429 void *getExtraLocalData() const { in getExtraLocalData() function
576 return *(static_cast<WrittenBuiltinSpecs*>(getExtraLocalData())); in getWrittenBuiltinSpecs()
579 return *(static_cast<WrittenBuiltinSpecs*>(getExtraLocalData())); in getWrittenBuiltinSpecs()
763 return (SourceLocation*)this->getExtraLocalData() + 2; in getProtocolLocArray()
779 *((SourceLocation*)this->getExtraLocalData()) : in getProtocolLAngleLoc()
784 *((SourceLocation*)this->getExtraLocalData()) = Loc; in setProtocolLAngleLoc()
789 *((SourceLocation*)this->getExtraLocalData() + 1) : in getProtocolRAngleLoc()
794 *((SourceLocation*)this->getExtraLocalData() + 1) = Loc; in setProtocolRAngleLoc()
946 return (TypeSourceInfo**)this->getExtraLocalData(); in getTypeArgLocArray()
[all …]