Home
last modified time | relevance | path

Searched refs:hasCopyConstructorWithConstParam (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp308 if (!VBaseDecl->hasCopyConstructorWithConstParam()) in setBases()
356 if (!BaseClassDecl->hasCopyConstructorWithConstParam()) in setBases()
413 if (!BaseClassDecl->hasCopyConstructorWithConstParam()) in setBases()
1283 if (!FieldRec->hasCopyConstructorWithConstParam()) in addedMember()
H A DJSONNodeDumper.cpp397 FIELD2("hasConstParam", hasCopyConstructorWithConstParam); in createCopyConstructorDefinitionData()
H A DTextNodeDumper.cpp1997 FLAG(hasCopyConstructorWithConstParam, has_const_param); in VisitCXXRecordDecl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h816 bool hasCopyConstructorWithConstParam() const { in hasCopyConstructorWithConstParam() function