Searched refs:ptrType (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp3112 if (auto ptrType = type->getAs<PointerType>()) {
3118 type = ptrType->getPointeeType();
5661 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); local
5662 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType()
5681 if (ptrType) {

Completed in 97 milliseconds