Home | History | Annotate | Download | only in AST

Lines Matching defs:getPointeeType

1949   QualType getPointeeType() const;
2236 QualType getPointeeType() const { return PointeeType; }
2248 getPointeeType().getQualifiers();
2258 Profile(ID, getPointeeType());
2316 inline QualType getPointeeType() const;
2339 QualType getPointeeType() const { return PointeeType; }
2345 Profile(ID, getPointeeType());
2379 QualType getPointeeType() const {
2459 QualType getPointeeType() const { return PointeeType; }
2480 Profile(ID, getPointeeType(), getClass());
2772 QualType getPointeeType() const { return PointeeType; }
2783 Profile(ID, Context, getPointeeType(), getAddrSpaceExpr());
5289 QualType getPointeeType() const { return PointeeType; }
5293 /// This method is equivalent to getPointeeType() except that
5432 Profile(ID, getPointeeType());
5670 if (const FunctionType *FT = PT->getPointeeType()->getAs<FunctionType>())
5718 return RefType->getPointeeType();
5786 return T->getPointeeType()->isFunctionType();
5877 return OPT->getPointeeType()->isSpecificBuiltinType(BuiltinType::ObjCSel);
6067 return type->getPointeeType().getTypePtr();
6187 QualType DecayedType::getPointeeType() const {
6190 return cast<PointerType>(Decayed)->getPointeeType();