Searched defs:PtrType (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp1548 const clang::PointerType* PtrType = CalleeType->getAs<clang::PointerType>(); local
1550 if (!PtrType) {
1554 const clang::Type* PointeeType = PtrType->getPointeeType().getTypePtr();

Completed in 1659 milliseconds