HomeSort by: relevance | last modified time | path
    Searched refs:coreFoundation (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/DomainSpecific/
CocoaConventions.h 33 namespace coreFoundation {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CocoaConventions.cpp 57 bool coreFoundation::isCFObjectRef(QualType T) {
97 bool coreFoundation::followsCreateRule(const FunctionDecl *fn) {
RetainSummaryManager.cpp 405 // For CoreFoundation ('CF') types.
441 if (coreFoundation::isCFObjectRef(RetTy)) {
460 // Remaining CoreFoundation and CoreGraphics functions.
647 } else if (coreFoundation::isCFObjectRef(QT)) {
703 if (coreFoundation::followsCreateRule(FD))
1034 else if (coreFoundation::isCFObjectRef(RetTy)) {
1066 else if (coreFoundation::isCFObjectRef(RetTy))
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 767 if (coreFoundation::isCFObjectRef(ArgTy))
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp 1052 ento::coreFoundation::isCFObjectRef(T))
1377 if (ento::coreFoundation::isCFObjectRef(AT) ||
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.cpp 303 else if (coreFoundation::isCFObjectRef(Ty))
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 3689 if (ento::coreFoundation::followsCreateRule(fn))
4482 // CoreFoundation type, delay complaining in case the cast is used

Completed in 61 milliseconds