14 #ifndef LLVM_CLANG_ANALYSIS_DOMAINSPECIFIC_COCOACONVENTIONS_H
15 #define LLVM_CLANG_ANALYSIS_DOMAINSPECIFIC_COCOACONVENTIONS_H
18 #include "llvm/ADT/StringRef.h"
28 StringRef Name = StringRef());
34 namespace coreFoundation {
bool isCocoaObjectRef(QualType T)
bool followsCreateRule(const FunctionDecl *FD)
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified...
bool isCFObjectRef(QualType T)
bool isRefType(QualType RetTy, StringRef Prefix, StringRef Name=StringRef())