Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3849 QualType ptrType = E->getBase()->getType(); in EmitArraySubscriptExpr() local
4932 if (auto ptrType = E->getType()->getAs<PointerType>()) { in EmitCallee() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4083 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local
7233 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1431 const ObjCObjectPointerType *ptrType = in VisitAttributedType() local