Searched defs:pointeeType (Results 1 – 3 of 3) sorted by relevance
979 QualType pointeeType = recurse(T->getPointeeType()); in VisitPointerType() local990 QualType pointeeType = recurse(T->getPointeeType()); in VisitBlockPointerType() local1001 QualType pointeeType = recurse(T->getPointeeTypeAsWritten()); in VisitLValueReferenceType() local1013 QualType pointeeType = recurse(T->getPointeeTypeAsWritten()); in VisitRValueReferenceType() local1025 QualType pointeeType = recurse(T->getPointeeType()); in VisitMemberPointerType() local1315 QualType pointeeType = recurse(T->getPointeeType()); in TRIVIAL_TYPE_CLASS() local
7227 const Type *pointeeType = nullptr; in CheckNullabilityTypeSpecifier() local
5806 QualType pointeeType = getDerived().TransformType(T->getPointeeType()); in TransformDependentAddressSpaceType() local