Searched refs:isGLSPointerType (Results 1 – 3 of 3) sorted by relevance
22 bool isGLSPointerType(QualType QT);
286 bool isGLSPointerType(QualType QT) { return isRecordWithAttr<PointerAttr>(QT); } in isGLSPointerType() function289 return isGLSPointerType(QT) || QT->isPointerType() || QT->isNullPtrType(); in isPointerLikeType()1247 isGLSPointerType(FD->getReturnType()))) in analyzePathForGSLPointer()
292 sema::isGLSPointerType(PVD->getType().getNonReferenceType())) { in inferLifetimeCaptureByAttribute()