Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp220 bool isInMoveSafeContext(const LocationContext *LC) const;
363 || isInMoveSafeContext(C.getLocationContext())) { in modelUse()
528 bool MoveChecker::isInMoveSafeContext(const LocationContext *LC) const { in isInMoveSafeContext() function in MoveChecker