13#ifndef LLVM_CLANG_ANALYSIS_DOMAINSPECIFIC_COCOACONVENTIONS_H
14#define LLVM_CLANG_ANALYSIS_DOMAINSPECIFIC_COCOACONVENTIONS_H
17#include "llvm/ADT/StringRef.h"
27 StringRef Name = StringRef());
33namespace coreFoundation {
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified.
Represents a function declaration or definition.
A (possibly-)qualified type.
bool isCocoaObjectRef(QualType T)
bool isRefType(QualType RetTy, StringRef Prefix, StringRef Name=StringRef())
bool followsCreateRule(const FunctionDecl *FD)
bool isCFObjectRef(QualType T)
The JSON file list parser is used to communicate input to InstallAPI.
const FunctionProtoType * T