MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / IsCopyOrMoveAssign

Function IsCopyOrMoveAssign

CfrontCodeGenerator.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130//-----------------------------------------------------------------------------
131
132static bool IsCopyOrMoveAssign(const CXXMethodDecl* stmt)
133{
134 return stmt and (stmt->isCopyAssignmentOperator() or stmt->isMoveAssignmentOperator());
135}
136//-----------------------------------------------------------------------------
137
138static std::string GetSpecialMemberName(const ValueDecl* vd, QualType type)

Callers 2

InsertArgMethod · 0.85
InsertCXXMethodDeclMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected