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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp86 bool (*ShouldSkipMethod)(const ObjCMethodDecl *); member in class:__anon965::DirectIvarAssignment
88 DirectIvarAssignment() : ShouldSkipMethod(&DefaultMethodFilter) {}
143 if ((*ShouldSkipMethod)(M))
225 Chk->ShouldSkipMethod = &AttrFilter;

Completed in 117 milliseconds