Home
last modified time | relevance | path

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

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