clang 19.0.0git
Functions
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/ADT/StringExtras.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()

static 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 51 of file CocoaConventions.cpp.

References clang::ento::cocoa::isRefType().

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