Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/DomainSpecific/
HDCocoaConventions.h36 bool followsCreateRule(const FunctionDecl *FD);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDCocoaConventions.cpp97 bool coreFoundation::followsCreateRule(const FunctionDecl *fn) { in followsCreateRule() function in coreFoundation
HDRetainSummaryManager.cpp707 if (coreFoundation::followsCreateRule(FD)) in getCFCreateGetRuleSummary()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprObjC.cpp3696 if (ento::coreFoundation::followsCreateRule(fn)) in checkCallToFunction()