CodeQL library for C/C++
codeql/cpp-all 0.7.2 ( changelog , source )
Search

Member predicate StructLikeClass :: getASetter

Gets a setter function in this class, setting the given variable. This is a function whose name begins “set”… that assigns to this variable and no other member variable of the class. In addition, it takes a single parameter of type the type of the corresponding member variable.

MemberFunction getASetter ( MemberVariable v )