Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp51 class DirectIvarAssignment : class
88 DirectIvarAssignment() : ShouldSkipMethod(&DefaultMethodFilter) {} in DirectIvarAssignment() function in __anon0ec0bb4a0111::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-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1283 def DirectIvarAssignment : Checker<"DirectIvarAssignment">,
/freebsd-14.2/lib/clang/libclang/
H A DMakefile635 SRCS_FUL+= StaticAnalyzer/Checkers/DirectIvarAssignment.cpp