Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/DomainSpecific/
DCocoaConventions.h37 bool followsCreateRule(const FunctionDecl *FD);
/external/clang/lib/Analysis/
DCocoaConventions.cpp91 bool coreFoundation::followsCreateRule(const FunctionDecl *fn) { in followsCreateRule() function in coreFoundation
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1252 if (coreFoundation::followsCreateRule(FD)) in getCFCreateGetRuleSummary()
/external/clang/lib/Sema/
DSemaExprObjC.cpp3311 if (ento::coreFoundation::followsCreateRule(fn)) in checkCallToFunction()