Searched refs:GetPointeeType (Results 1 – 2 of 2) sorted by relevance
361 const clang::Type *PointeeType = GetPointeeType(PT); in TypeExportableHelper()629 const clang::Type *PointeeType = GetPointeeType(PT); in ValidateTypeHelper()798 const clang::Type *PT = GetPointeeType(P); in GetTypeName()1255 const clang::Type *PointeeType = GetPointeeType(PT); in Create()
56 inline const clang::Type* GetPointeeType(const clang::PointerType *T) { in GetPointeeType() function