Home
last modified time | relevance | path

Searched refs:followsCreateRule (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Analysis/DomainSpecific/
H A DCocoaConventions.h36 bool followsCreateRule(const FunctionDecl *FD);
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCocoaConventions.cpp97 bool coreFoundation::followsCreateRule(const FunctionDecl *fn) { in followsCreateRule() function in coreFoundation
H A DRetainSummaryManager.cpp710 if (coreFoundation::followsCreateRule(FD)) in getCFCreateGetRuleSummary()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp3689 if (ento::coreFoundation::followsCreateRule(fn)) in checkCallToFunction()