Home
last modified time | relevance | path

Searched refs:PointeeT (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DObjCContainersASTChecker.cpp49 QualType PointeeT = TP->getPointeeType(); in hasPointerToPointerSizedType() local
50 if (!PointeeT.isNull()) { in hasPointerToPointerSizedType()
54 if (const Type *TElem = PointeeT->getArrayElementTypeNoTypeQual()) in hasPointerToPointerSizedType()
59 return isPointerSize(PointeeT.getTypePtr()); in hasPointerToPointerSizedType()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp57 QualType PointeeT = T; in CheckSpecifiedExceptionType() local
59 PointeeT = PT->getPointeeType(); in CheckSpecifiedExceptionType()
64 if (PointeeT->isVoidType()) in CheckSpecifiedExceptionType()
67 PointeeT = RT->getPointeeType(); in CheckSpecifiedExceptionType()
86 if (!(PointeeT->isRecordType() && in CheckSpecifiedExceptionType()
87 PointeeT->getAs<RecordType>()->isBeingDefined()) && in CheckSpecifiedExceptionType()
88 RequireCompleteType(Range.getBegin(), PointeeT, in CheckSpecifiedExceptionType()