Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1431 const ObjCObjectPointerType *ptrType = in VisitAttributedType() local
1433 const ObjCObjectType *objType = ptrType in VisitAttributedType()
1434 ? ptrType->getObjectType() in VisitAttributedType()
1448 if (ptrType) in VisitAttributedType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4083 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local
4089 type = ptrType->getPointeeType(); in classifyPointerDeclarator()
7233 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local
7234 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType()
7254 if (ptrType) { in checkObjCKindOfType()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3849 QualType ptrType = E->getBase()->getType(); in EmitArraySubscriptExpr() local
3852 SignedIndices, E->getExprLoc(), &ptrType, in EmitArraySubscriptExpr()
4932 if (auto ptrType = E->getType()->getAs<PointerType>()) { in EmitCallee() local
4934 functionType = ptrType->getPointeeType(); in EmitCallee()