Searched defs:pointeeType (Results 1 – 4 of 4) sorted by relevance
903 QualType pointeeType = recurse(T->getPointeeType()); in VisitPointerType() local914 QualType pointeeType = recurse(T->getPointeeType()); in VisitBlockPointerType() local925 QualType pointeeType = recurse(T->getPointeeTypeAsWritten()); in VisitLValueReferenceType() local937 QualType pointeeType = recurse(T->getPointeeTypeAsWritten()); in VisitRValueReferenceType() local949 QualType pointeeType = recurse(T->getPointeeType()); in VisitMemberPointerType() local1231 QualType pointeeType = recurse(T->getPointeeType()); in TRIVIAL_TYPE_CLASS() local
1110 QualType pointeeType = resultTy->getPointeeType(); in evalBinOpLN() local
7442 const Type *pointeeType = nullptr; in checkNullabilityTypeSpecifier() local
5611 QualType pointeeType = getDerived().TransformType(T->getPointeeType()); in TransformDependentAddressSpaceType() local