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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Analysis/DomainSpecific/
H A DCocoaConventions.h37 bool followsCreateRule(const FunctionDecl *FD);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCocoaConventions.cpp91 bool coreFoundation::followsCreateRule(const FunctionDecl *fn) { function in class:coreFoundation
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1165 if (coreFoundation::followsCreateRule(FD))
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp2889 if (ento::coreFoundation::followsCreateRule(fn))

Completed in 175 milliseconds