Home
last modified time | relevance | path

Searched refs:GetPointeeType (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_type.cpp341 const clang::Type *PointeeType = GetPointeeType(PT); in TypeExportableHelper()
595 const clang::Type *PointeeType = GetPointeeType(PT); in ValidateTypeHelper()
763 const clang::Type *PT = GetPointeeType(P); in GetTypeName()
1214 const clang::Type *PointeeType = GetPointeeType(PT); in Create()
Dslang_rs_export_type.h55 inline const clang::Type* GetPointeeType(const clang::PointerType *T) { in GetPointeeType() function