Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/DomainSpecific/
H A DCocoaConventions.h37 bool followsCreateRule(const FunctionDecl *FD);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCocoaConventions.cpp98 bool coreFoundation::followsCreateRule(const FunctionDecl *fn) { in followsCreateRule() function in coreFoundation
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRetainSummaryManager.cpp645 if (coreFoundation::followsCreateRule(FD)) in getCFCreateGetRuleSummary()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp3463 if (ento::coreFoundation::followsCreateRule(fn)) in checkCallToFunction()