Searched defs:pointee (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp73 QualType pointee = parm->getType()->getPointeeType(); local
74 if (pointee.isNull())
77 if (pointee.getObjCLifetime() > Qualifiers::OCL_ExplicitNone)
H A DTransAutoreleasePool.cpp394 QualType pointee = Ty->getPointeeType(); local
395 if (pointee.isNull())
397 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>())
/external/clang/lib/Analysis/
H A DFormatString.cpp394 QualType pointee = PT->getPointeeType(); local
395 if (pointee->getAsStructureType() || pointee->isVoidType())
/external/ltrace/
H A Dlens_default.c290 struct arg_type_info *pointee = value->type->u.ptr_info.info; local
291 if (pointee->type == ARGTYPE_STRUCT) {
299 if (old_pointee == pointee)
624 * pointee is--most likely this will again be us. */
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc1085 const clang::TagType* pointee = local
1087 if (pointee == NULL) return false;
1090 llvm::dyn_cast_or_null<clang::CXXRecordDecl>(pointee->getDecl());
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp418 // ::= <type> <pointee-cvr-qualifiers> # pointers, references
1964 QualType pointee = T->getPointeeType(); local
1965 mangleFunctionType(pointee->castAs<FunctionProtoType>());
/external/clang/lib/Sema/
H A DSemaType.cpp1205 // If we have a pointer or reference, the pointee must have an object
4028 QualType pointee = ptr->getPointeeType(); local
4029 if (pointee->isObjCRetainableType() || pointee->isPointerType())

Completed in 206 milliseconds