Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp51 class DirectIvarAssignment : class
88 DirectIvarAssignment() : ShouldSkipMethod(&DefaultMethodFilter) {} in DirectIvarAssignment() function in __anonb45dccd40111::DirectIvarAssignment
116 void DirectIvarAssignment::checkASTDecl(const ObjCImplementationDecl *D, in checkASTDecl()
165 void DirectIvarAssignment::MethodCrawler::VisitBinaryOperator( in VisitBinaryOperator()
222 auto Chk = mgr.registerChecker<DirectIvarAssignment>(); in registerDirectIvarAssignment()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1288 def DirectIvarAssignment : Checker<"DirectIvarAssignment">,
/freebsd/lib/clang/libclang/
H A DMakefile663 SRCS_FUL+= StaticAnalyzer/Checkers/DirectIvarAssignment.cpp