Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp51 class DirectIvarAssignment : class
88 DirectIvarAssignment() : ShouldSkipMethod(&DefaultMethodFilter) {} in DirectIvarAssignment() function in __anonde69dcff0111::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()
H A DCMakeLists.txt38 DirectIvarAssignment.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn47 "DirectIvarAssignment.cpp",
/netbsd-src/external/apache2/llvm/lib/libclangStaticAnalyzerCheckers/
H A DMakefile46 DirectIvarAssignment.cpp \
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1190 def DirectIvarAssignment : Checker<"DirectIvarAssignment">,
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/
H A Dcheckers.rst1925 .. _alpha-osx-cocoa-DirectIvarAssignment:
1927 alpha.osx.cocoa.DirectIvarAssignment (ObjC)