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.cpp95 bool isInvalidatingMemberFunction(const CallEvent &Call) const;
120 bool InnerPointerChecker::isInvalidatingMemberFunction( in isInvalidatingMemberFunction() function in InnerPointerChecker
210 if (isInvalidatingMemberFunction(Call)) { in checkPostCall()