Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp69 void handleGet(const CallEvent &Call, CheckerContext &C) const;
92 {{CDM::CXXMethod, {"get"}}, &SmartPtrModeling::handleGet}};
712 void SmartPtrModeling::handleGet(const CallEvent &Call, in handleGet() function in SmartPtrModeling