Searched refs:hasCopyConstructorWithConstParam (Results 1 – 4 of 4) sorted by relevance
308 if (!VBaseDecl->hasCopyConstructorWithConstParam()) in setBases()356 if (!BaseClassDecl->hasCopyConstructorWithConstParam()) in setBases()413 if (!BaseClassDecl->hasCopyConstructorWithConstParam()) in setBases()1307 if (!FieldRec->hasCopyConstructorWithConstParam()) in addedMember()
403 FIELD2("hasConstParam", hasCopyConstructorWithConstParam); in createCopyConstructorDefinitionData()
2230 FLAG(hasCopyConstructorWithConstParam, has_const_param); in VisitCXXRecordDecl()
838 bool hasCopyConstructorWithConstParam() const { in hasCopyConstructorWithConstParam() function