/external/clang/lib/Index/ |
D | IndexBody.cpp | 171 if (RecE->getMethodFamily() == OMF_alloc) in VisitObjCMessageExpr()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransAutoreleasePool.cpp | 362 if (recME->getMethodFamily() == OMF_alloc && in isPoolCreation()
|
D | ObjCMT.cpp | 1589 case clang::OMF_alloc: in AddCFAnnotations()
|
/external/clang/lib/ARCMigrate/ |
D | TransAutoreleasePool.cpp | 363 if (recME->getMethodFamily() == OMF_alloc && in isPoolCreation()
|
D | ObjCMT.cpp | 1597 case clang::OMF_alloc: in AddCFAnnotations()
|
/external/clang/include/clang/Basic/ |
D | IdentifierTable.h | 574 OMF_alloc, enumerator
|
/external/llvm-project/clang/include/clang/Basic/ |
D | IdentifierTable.h | 630 OMF_alloc, enumerator
|
/external/llvm-project/clang/lib/Index/ |
D | IndexBody.cpp | 222 if (RecE->getMethodFamily() == OMF_alloc) in VisitObjCMessageExpr()
|
/external/llvm-project/clang/lib/Analysis/ |
D | RetainSummaryManager.cpp | 1043 case OMF_alloc: in getStandardMethodSummary() 1062 case OMF_alloc: in getStandardMethodSummary()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 924 case ObjCMethodFamilyAttr::OMF_alloc: family = OMF_alloc; break; in getMethodFamily() 947 case OMF_alloc: in getMethodFamily()
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 496 if (startsWithWord(name, "alloc")) return OMF_alloc; in getMethodFamilyImpl()
|
/external/llvm-project/clang/lib/Basic/ |
D | IdentifierTable.cpp | 543 if (startsWithWord(name, "alloc")) return OMF_alloc; in getMethodFamilyImpl()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 1012 case ObjCMethodFamilyAttr::OMF_alloc: family = OMF_alloc; break; in getMethodFamily() 1035 case OMF_alloc: in getMethodFamily()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
D | RetainCountDiagnostics.cpp | 698 if (ME->getMethodFamily() == OMF_alloc) in GetAllocationSite()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | DynamicTypePropagation.cpp | 327 case OMF_alloc: in checkPostCall()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DynamicTypePropagation.cpp | 222 case OMF_alloc: in checkPostCall()
|
D | RetainCountChecker.cpp | 1425 case OMF_alloc: in getStandardMethodSummary() 1444 case OMF_alloc: in getStandardMethodSummary() 2282 if (ME->getMethodFamily() == OMF_alloc) in GetAllocationSite()
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 1198 case OMF_alloc: in ParseObjCSelectorExpression() 2899 case OMF_alloc: in BuildInstanceMessage() 2931 case OMF_alloc: in BuildInstanceMessage() 3350 case OMF_alloc: in checkCallToMethod()
|
D | SemaDeclObjC.cpp | 236 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/ |
D | SemaExprObjC.cpp | 1370 case OMF_alloc: in ParseObjCSelectorExpression() 3254 case OMF_alloc: in BuildInstanceMessage() 3287 case OMF_alloc: in BuildInstanceMessage() 3727 case OMF_alloc: in checkCallToMethod()
|
D | SemaDeclObjC.cpp | 267 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/ |
D | RewriteObjCFoundationAPI.cpp | 46 if (Rec->getMethodFamily() == OMF_alloc) in checkForLiteralCreation()
|
/external/llvm-project/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 45 if (Rec->getMethodFamily() == OMF_alloc) in checkForLiteralCreation()
|
/external/clang/tools/libclang/ |
D | CXCursor.cpp | 1490 if (RecE->getMethodFamily() == OMF_alloc) in clang_Cursor_isDynamicCall()
|
/external/llvm-project/clang/tools/libclang/ |
D | CXCursor.cpp | 1641 if (RecE->getMethodFamily() == OMF_alloc) in clang_Cursor_isDynamicCall()
|