Home
last modified time | relevance | path

Searched refs:isGLSPointerType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.h22 bool isGLSPointerType(QualType QT);
H A DCheckExprLifetime.cpp286 bool isGLSPointerType(QualType QT) { return isRecordWithAttr<PointerAttr>(QT); } in isGLSPointerType() function
289 return isGLSPointerType(QT) || QT->isPointerType() || QT->isNullPtrType(); in isPointerLikeType()
1247 isGLSPointerType(FD->getReturnType()))) in analyzePathForGSLPointer()
H A DSemaAttr.cpp292 sema::isGLSPointerType(PVD->getType().getNonReferenceType())) { in inferLifetimeCaptureByAttribute()