Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp4050 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local
4056 type = ptrType->getPointeeType(); in classifyPointerDeclarator()
7200 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local
7201 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType()
7221 if (ptrType) { in checkObjCKindOfType()
/netbsd-src/external/apache2/llvm/dist/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()