Home
last modified time | relevance | path

Searched defs: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
6556 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp4431 if (auto ptrType = E->getType()->getAs<PointerType>()) { in EmitCallee() local