Home | History | Annotate | Download | only in slang

Lines Matching refs:PointeeType

269       const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
271 if (PointeeType->getTypeClass() == clang::Type::Pointer) {
278 if (PointeeType->isArrayType() ||
279 (TypeExportableHelper(PointeeType, SPS, DiagEngine, VD,
502 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
504 return ValidateTypeHelper(C, PointeeType, ND, Loc, SPS, InCompositeType,
1133 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
1136 if (PointeeType->getTypeClass() != clang::Type::Pointer) {
1137 PointeeET = RSExportType::Create(Context, PointeeType);
1153 llvm::Type *PointeeType = mPointeeType->getLLVMType();
1154 return llvm::PointerType::getUnqual(PointeeType);
1581 const RSExportType *PointeeType = EPT->getPointeeType();
1582 PointeeType->convertToRTD(rtd);