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

Function IsCopyOrMoveCtor

CfrontCodeGenerator.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124//-----------------------------------------------------------------------------
125
126static bool IsCopyOrMoveCtor(const CXXConstructorDecl* ctor)
127{
128 return ctor and (ctor->isCopyConstructor() or ctor->isMoveConstructor());
129}
130//-----------------------------------------------------------------------------
131
132static bool IsCopyOrMoveAssign(const CXXMethodDecl* stmt)

Callers 2

InsertCXXMethodDeclMethod · 0.85
InsertArgMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected