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()1295 if (!FieldRec->hasCopyConstructorWithConstParam()) in addedMember()
398 FIELD2("hasConstParam", hasCopyConstructorWithConstParam); in createCopyConstructorDefinitionData()
2021 FLAG(hasCopyConstructorWithConstParam, has_const_param); in VisitCXXRecordDecl()
822 bool hasCopyConstructorWithConstParam() const { in hasCopyConstructorWithConstParam() function