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());
33 namespace coreFoundation {
Represents a function declaration or definition.
A (possibly-)qualified type.
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)
Dataflow Directional Tag Classes.
bool isRefType(QualType RetTy, StringRef Prefix, StringRef Name=StringRef())