Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp4050 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local
7200 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp1431 const ObjCObjectPointerType *ptrType = in VisitAttributedType() local