clang 20.0.0git
|
#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. | |
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(), and clang::T.
Referenced by clang::ento::coreFoundation::isCFObjectRef().