clang 22.0.0git
CocoaConventions.cpp File Reference
#include "clang/Analysis/DomainSpecific/CocoaConventions.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclObjC.h"
#include "clang/AST/Type.h"
#include "clang/Basic/CharInfo.h"
#include "llvm/Support/ErrorHandling.h"

Go to the source code of this file.

Functions

static bool isDiskArbitrationAPIRefType (QualType T)
 Returns true when the passed-in type is a CF-style reference-counted type from the DiskArbitration framework.

Function Documentation

◆ isDiskArbitrationAPIRefType()

bool isDiskArbitrationAPIRefType ( QualType T)
static

Returns true when the passed-in type is a CF-style reference-counted type from the DiskArbitration framework.

Definition at line 50 of file CocoaConventions.cpp.

References clang::ento::cocoa::isRefType(), and clang::T.

Referenced by clang::ento::coreFoundation::isCFObjectRef().