Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp161 assert(Msg.isSetter() && "Getters have no args"); in describeUninitializedArgumentInCall()
165 if (Msg.isSetter() && (ArgumentNumber == 0)) in describeUninitializedArgumentInCall()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1322 bool isSetter() const { in isSetter() function