Searched defs:pointeeType (Results 1 – 4 of 4) sorted by relevance
893 QualType pointeeType = recurse(T->getPointeeType()); in VisitPointerType() local904 QualType pointeeType = recurse(T->getPointeeType()); in VisitBlockPointerType() local915 QualType pointeeType = recurse(T->getPointeeTypeAsWritten()); in VisitLValueReferenceType() local927 QualType pointeeType = recurse(T->getPointeeTypeAsWritten()); in VisitRValueReferenceType() local939 QualType pointeeType = recurse(T->getPointeeType()); in VisitMemberPointerType() local1220 QualType pointeeType = recurse(T->getPointeeType()); in TRIVIAL_TYPE_CLASS() local
1034 QualType pointeeType = resultTy->getPointeeType(); in evalBinOpLN() local
7159 const Type *pointeeType = nullptr; in checkNullabilityTypeSpecifier() local
5428 QualType pointeeType = getDerived().TransformType(T->getPointeeType()); in TransformDependentAddressSpaceType() local