Searched refs:hasCopyConstructorWithConstParam (Results 1 – 4 of 4) sorted by relevance
307 if (!VBaseDecl->hasCopyConstructorWithConstParam()) in setBases()355 if (!BaseClassDecl->hasCopyConstructorWithConstParam()) in setBases()412 if (!BaseClassDecl->hasCopyConstructorWithConstParam()) in setBases()1316 if (!FieldRec->hasCopyConstructorWithConstParam()) in addedMember()
397 FIELD2("hasConstParam", hasCopyConstructorWithConstParam); in createCopyConstructorDefinitionData()
1964 FLAG(hasCopyConstructorWithConstParam, has_const_param); in VisitCXXRecordDecl()
809 bool hasCopyConstructorWithConstParam() const { in hasCopyConstructorWithConstParam() function