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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp88 bool (*ShouldSkipMethod)(const ObjCMethodDecl *); member in class:__anon1327::DirectIvarAssignment
90 DirectIvarAssignment() : ShouldSkipMethod(&DefaultMethodFilter) {}
145 if ((*ShouldSkipMethod)(M))
227 mgr.registerChecker<DirectIvarAssignment>()->ShouldSkipMethod = &AttrFilter;

Completed in 51 milliseconds