Home
last modified time | relevance | path

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

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