Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
754 return (SourceLocation*)this->getExtraLocalData() + 2; in getProtocolLocArray()
770 *((SourceLocation*)this->getExtraLocalData()) : in getProtocolLAngleLoc()
775 *((SourceLocation*)this->getExtraLocalData()) = Loc; in setProtocolLAngleLoc()
780 *((SourceLocation*)this->getExtraLocalData() + 1) : in getProtocolRAngleLoc()
785 *((SourceLocation*)this->getExtraLocalData() + 1) = Loc; in setProtocolRAngleLoc()
914 return (TypeSourceInfo**)this->getExtraLocalData(); in getTypeArgLocArray()
[all …]