Searched refs:hasCopyConstructorWithConstParam (Results 1 – 4 of 4) sorted by relevance
309 if (!VBaseDecl->hasCopyConstructorWithConstParam()) in setBases()357 if (!BaseClassDecl->hasCopyConstructorWithConstParam()) in setBases()415 if (!BaseClassDecl->hasCopyConstructorWithConstParam()) in setBases()1350 if (!FieldRec->hasCopyConstructorWithConstParam()) in addedMember()
436 FIELD2("hasConstParam", hasCopyConstructorWithConstParam); in createCopyConstructorDefinitionData()
2481 FLAG(hasCopyConstructorWithConstParam, has_const_param); in VisitCXXRecordDecl()
839 bool hasCopyConstructorWithConstParam() const { in hasCopyConstructorWithConstParam() function