Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DObjCPropertyChecker.cpp27 void checkCopyMutable(const ObjCPropertyDecl *D, BugReporter &BR) const;
38 checkCopyMutable(D, BR); in checkASTDecl()
41 void ObjCPropertyChecker::checkCopyMutable(const ObjCPropertyDecl *D, in checkCopyMutable() function in ObjCPropertyChecker