Home
last modified time | relevance | path

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

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