Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp3590 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local
3596 type = ptrType->getPointeeType(); in classifyPointerDeclarator()
6556 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local
6557 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType()
6577 if (ptrType) { in checkObjCKindOfType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp4431 if (auto ptrType = E->getType()->getAs<PointerType>()) { in EmitCallee() local
4433 functionType = ptrType->getPointeeType(); in EmitCallee()