Home | History | Annotate | Download | only in AST

Lines Matching defs:getPointeeType

49     return ty->getPointeeType().getBaseTypeIdentifier();
373 return PT->getPointeeType()->isVoidType();
401 QualType Type::getPointeeType() const {
403 return PT->getPointeeType();
405 return OPT->getPointeeType();
407 return BPT->getPointeeType();
409 return RT->getPointeeType();
510 if (const RecordType *RT = PT->getPointeeType()->getAs<RecordType>())
543 return Visit(T->getPointeeType());
546 return Visit(T->getPointeeType());
552 return Visit(T->getPointeeType());
1504 return RefType->getPointeeType();
2093 return Cache::get(cast<PointerType>(T)->getPointeeType());
2095 return Cache::get(cast<BlockPointerType>(T)->getPointeeType());
2098 return Cache::get(cast<ReferenceType>(T)->getPointeeType());
2102 Cache::get(MPT->getPointeeType()));
2129 return Cache::get(cast<ObjCObjectPointerType>(T)->getPointeeType());
2210 return OPT->getPointeeType()->isObjCIndirectLifetimeType();
2212 return Ref->getPointeeType()->isObjCIndirectLifetimeType();
2214 return MemPtr->getPointeeType()->isObjCIndirectLifetimeType();
2239 QualType Pointee = Pointer->getPointeeType();
2247 return ptr->getPointeeType()->hasSizedVLAType();
2249 return ref->getPointeeType()->hasSizedVLAType();