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()1398 if (!FieldRec->hasCopyConstructorWithConstParam()) in addedMember()
435 FIELD2("hasConstParam", hasCopyConstructorWithConstParam); in createCopyConstructorDefinitionData()
2643 FLAG(hasCopyConstructorWithConstParam, has_const_param); in VisitCXXRecordDecl()
837 bool hasCopyConstructorWithConstParam() const { in hasCopyConstructorWithConstParam() function