Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp93 bool isInvalidatingMemberFunction(const CallEvent &Call) const;
118 bool InnerPointerChecker::isInvalidatingMemberFunction( in isInvalidatingMemberFunction() function in InnerPointerChecker
208 if (isInvalidatingMemberFunction(Call)) { in checkPostCall()