Searched defs:pointee (Results 1 – 10 of 10) sorted by relevance
72 QualType pointee = parm->getType()->getPointeeType(); in VisitObjCMessageExpr() local
394 QualType pointee = Ty->getPointeeType(); in isNSAutoreleasePool() local
393 if (!type.IsPointerType(&pointee)) in CanBeUsedForElementCountPrinting() local
592 QualType pointee = PT->getPointeeType(); matchesType() local
326 int &pointee; global() member
1427 ValueObjectSP pointee = base->Dereference(error); GetValueForDereferincingOffset() local
331 template<auto **P> struct B<P> { using pointee = decltype(+**P); }; typedef
568 TypeSP pointee = GetOrCreateType(pr.ReferentType); CreatePointerType() local
6520 QualType pointee = ptr->getPointeeType(); handleObjCOwnershipTypeAttr() local
2234 GetGCAttrTypeForType(ASTContext & Ctx,QualType FQT,bool pointee=false) GetGCAttrTypeForType() argument