HomeSort by relevance Sort by last modified time
    Searched refs:pointee (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/ARCMigrate/
TransAPIUses.cpp 73 QualType pointee = parm->getType()->getPointeeType(); local
74 if (pointee.isNull())
77 if (pointee.getObjCLifetime() > Qualifiers::OCL_ExplicitNone) {
TransAutoreleasePool.cpp 397 QualType pointee = Ty->getPointeeType(); local
398 if (pointee.isNull())
400 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>())
  /frameworks/compile/slang/
slang_rs_type_spec.h 139 const union RSType *pointee; member in struct:RSPointerType
208 RS_CAST_TO_POINTER_TYPE(R)->pointee
  /external/v8/tools/gcmole/
gcmole.cc 321 const clang::TagType* pointee = local
323 if (pointee == NULL) return false;
326 dyn_cast_or_null<clang::CXXRecordDecl>(pointee->getDecl());
  /external/chromium/testing/gmock/test/
gmock-generated-actions_test.cc     [all...]

Completed in 39 milliseconds