Home
last modified time | relevance | path

Searched defs:Pointee (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/AST/
DType.cpp2426 QualType Pointee = Pointer->getPointeeType(); in isCARCBridgableType() local
DExpr.cpp3122 QualType Pointee = PT->getPointeeType(); in isNullPointerConstant() local
DASTContext.cpp2058 QualType Pointee = ptr->getPointeeType(); in getObjCGCQualType() local
DExprConstant.cpp4711 QualType Pointee = PExp->getType()->castAs<PointerType>()->getPointeeType(); in VisitBinaryOperator() local
/external/clang/lib/Sema/
DSemaExprCXX.cpp2328 QualType Pointee = Type->getAs<PointerType>()->getPointeeType(); in ActOnCXXDelete() local
DSemaDecl.cpp4599 QualType Pointee = PTy->getPointeeType(); in TryToFixInvalidVariablyModifiedType() local
/external/clang/lib/Serialization/
DASTReader.cpp5384 QualType Pointee = readType(*Loc.F, Record, Idx); in readTypeRecord() local