Searched refs:hasCopyConstructorWithConstParam (Results 1 – 4 of 4) sorted by relevance
306 if (!VBaseDecl->hasCopyConstructorWithConstParam()) in setBases()354 if (!BaseClassDecl->hasCopyConstructorWithConstParam()) in setBases()411 if (!BaseClassDecl->hasCopyConstructorWithConstParam()) in setBases()1307 if (!FieldRec->hasCopyConstructorWithConstParam()) in addedMember()
366 FIELD2("hasConstParam", hasCopyConstructorWithConstParam); in createCopyConstructorDefinitionData()
1912 FLAG(hasCopyConstructorWithConstParam, has_const_param); in VisitCXXRecordDecl()
808 bool hasCopyConstructorWithConstParam() const { in hasCopyConstructorWithConstParam() function