reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
  219   bool isInMoveSafeContext(const LocationContext *LC) const;

References

tools/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
  362           || isInMoveSafeContext(C.getLocationContext())) {