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 {
FunctionDecl - An instance of this class is created to represent a function declaration or definition...
A (possibly-)qualified type.
bool isCocoaObjectRef(QualType T)
class LLVM_ALIGNAS(8) DependentTemplateSpecializationType const IdentifierInfo * Name
Represents a template specialization type whose template cannot be resolved, e.g. ...
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())