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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1368 const ObjCObjectPointerType *ptrType = local
1370 const ObjCObjectType *objType = ptrType
1371 ? ptrType->getObjectType()
1385 if (ptrType)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3794 if (auto ptrType = type->getAs<PointerType>()) {
3800 type = ptrType->getPointeeType();
6866 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); local
6867 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType()
6887 if (ptrType) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3651 QualType ptrType = E->getBase()->getType(); local
3654 SignedIndices, E->getExprLoc(), &ptrType,
4672 if (auto ptrType = E->getType()->getAs<PointerType>()) {
4674 functionType = ptrType->getPointeeType();

Completed in 109 milliseconds