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

/external/clang/include/clang/Analysis/DomainSpecific/
H A DCocoaConventions.h37 bool followsCreateRule(const FunctionDecl *FD);
/external/clang/lib/Analysis/
H A DCocoaConventions.cpp91 bool coreFoundation::followsCreateRule(const FunctionDecl *fn) { function in class:coreFoundation
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1224 if (coreFoundation::followsCreateRule(FD))
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp2977 if (ento::coreFoundation::followsCreateRule(fn))

Completed in 2449 milliseconds