Home
last modified time | relevance | path

Searched refs:OMF_alloc (Results 1 – 25 of 30) sorted by relevance

12

/external/clang/lib/Index/
DIndexBody.cpp171 if (RecE->getMethodFamily() == OMF_alloc) in VisitObjCMessageExpr()
/external/llvm-project/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp362 if (recME->getMethodFamily() == OMF_alloc && in isPoolCreation()
DObjCMT.cpp1589 case clang::OMF_alloc: in AddCFAnnotations()
/external/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp363 if (recME->getMethodFamily() == OMF_alloc && in isPoolCreation()
DObjCMT.cpp1597 case clang::OMF_alloc: in AddCFAnnotations()
/external/clang/include/clang/Basic/
DIdentifierTable.h574 OMF_alloc, enumerator
/external/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h630 OMF_alloc, enumerator
/external/llvm-project/clang/lib/Index/
DIndexBody.cpp222 if (RecE->getMethodFamily() == OMF_alloc) in VisitObjCMessageExpr()
/external/llvm-project/clang/lib/Analysis/
DRetainSummaryManager.cpp1043 case OMF_alloc: in getStandardMethodSummary()
1062 case OMF_alloc: in getStandardMethodSummary()
/external/clang/lib/AST/
DDeclObjC.cpp924 case ObjCMethodFamilyAttr::OMF_alloc: family = OMF_alloc; break; in getMethodFamily()
947 case OMF_alloc: in getMethodFamily()
/external/clang/lib/Basic/
DIdentifierTable.cpp496 if (startsWithWord(name, "alloc")) return OMF_alloc; in getMethodFamilyImpl()
/external/llvm-project/clang/lib/Basic/
DIdentifierTable.cpp543 if (startsWithWord(name, "alloc")) return OMF_alloc; in getMethodFamilyImpl()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp1012 case ObjCMethodFamilyAttr::OMF_alloc: family = OMF_alloc; break; in getMethodFamily()
1035 case OMF_alloc: in getMethodFamily()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountDiagnostics.cpp698 if (ME->getMethodFamily() == OMF_alloc) in GetAllocationSite()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp327 case OMF_alloc: in checkPostCall()
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp222 case OMF_alloc: in checkPostCall()
DRetainCountChecker.cpp1425 case OMF_alloc: in getStandardMethodSummary()
1444 case OMF_alloc: in getStandardMethodSummary()
2282 if (ME->getMethodFamily() == OMF_alloc) in GetAllocationSite()
/external/clang/lib/Sema/
DSemaExprObjC.cpp1198 case OMF_alloc: in ParseObjCSelectorExpression()
2899 case OMF_alloc: in BuildInstanceMessage()
2931 case OMF_alloc: in BuildInstanceMessage()
3350 case OMF_alloc: in checkCallToMethod()
DSemaDeclObjC.cpp236 case OMF_alloc: in CheckARCMethodDecl()
351 case OMF_alloc: in ActOnStartOfObjCMethodDef()
2441 case OMF_alloc: familySelector = F_alloc; break; in checkMethodFamilyMismatch()
4479 case OMF_alloc: in ActOnMethodDeclaration()
/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp1370 case OMF_alloc: in ParseObjCSelectorExpression()
3254 case OMF_alloc: in BuildInstanceMessage()
3287 case OMF_alloc: in BuildInstanceMessage()
3727 case OMF_alloc: in checkCallToMethod()
DSemaDeclObjC.cpp267 case OMF_alloc: in CheckARCMethodDecl()
423 case OMF_alloc: in ActOnStartOfObjCMethodDef()
2534 case OMF_alloc: familySelector = F_alloc; break; in checkMethodFamilyMismatch()
5014 case OMF_alloc: in ActOnMethodDeclaration()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp46 if (Rec->getMethodFamily() == OMF_alloc) in checkForLiteralCreation()
/external/llvm-project/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp45 if (Rec->getMethodFamily() == OMF_alloc) in checkForLiteralCreation()
/external/clang/tools/libclang/
DCXCursor.cpp1490 if (RecE->getMethodFamily() == OMF_alloc) in clang_Cursor_isDynamicCall()
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp1641 if (RecE->getMethodFamily() == OMF_alloc) in clang_Cursor_isDynamicCall()

12