Home
last modified time | relevance | path

Searched refs:isCFObjectRef (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/DomainSpecific/
H A DCocoaConventions.h34 bool isCFObjectRef(QualType T);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCocoaConventions.cpp57 bool coreFoundation::isCFObjectRef(QualType T) { in isCFObjectRef() function in coreFoundation
H A DRetainSummaryManager.cpp441 if (coreFoundation::isCFObjectRef(RetTy)) { in getSummaryForObjCOrCFObject()
647 } else if (coreFoundation::isCFObjectRef(QT)) { in updateSummaryForArgumentTypes()
1034 else if (coreFoundation::isCFObjectRef(RetTy)) { in getStandardMethodSummary()
1066 else if (coreFoundation::isCFObjectRef(RetTy)) in getStandardMethodSummary()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp1052 ento::coreFoundation::isCFObjectRef(T)) in TypeIsInnerPointer()
1377 if (ento::coreFoundation::isCFObjectRef(AT) || in AuditedType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp767 if (coreFoundation::isCFObjectRef(ArgTy)) in checkPreObjCMessage()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp303 else if (coreFoundation::isCFObjectRef(Ty)) in checkPostStmt()