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

  /external/clang/lib/ARCMigrate/
TransAPIUses.cpp 74 QualType pointee = parm->getType()->getPointeeType(); local
75 if (pointee.isNull())
78 if (pointee.getObjCLifetime() > Qualifiers::OCL_ExplicitNone) {
TransAutoreleasePool.cpp 394 QualType pointee = Ty->getPointeeType(); local
395 if (pointee.isNull())
397 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>())
  /external/clang/lib/Analysis/
FormatString.cpp 373 QualType pointee = PT->getPointeeType(); local
374 if (pointee->getAsStructureType() || pointee->isVoidType())
  /frameworks/compile/slang/
slang_rs_type_spec.h 125 const union RSType *pointee; member in struct:RSPointerType
193 RS_CAST_TO_POINTER_TYPE(R)->pointee
  /external/clang/lib/AST/
MicrosoftMangle.cpp 294 // ::= <type> <pointee-cvr-qualifiers> # pointers, references
1588 QualType pointee = T->getPointeeType(); local
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 1103 const clang::TagType* pointee = local
1105 if (pointee == NULL) return false;
1108 dyn_cast_or_null<clang::CXXRecordDecl>(pointee->getDecl());
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 3676 QualType pointee = ptr->getPointeeType(); local
    [all...]

Completed in 252 milliseconds