Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp308 if (!VBaseDecl->hasCopyConstructorWithConstParam()) in setBases()
356 if (!BaseClassDecl->hasCopyConstructorWithConstParam()) in setBases()
413 if (!BaseClassDecl->hasCopyConstructorWithConstParam()) in setBases()
1307 if (!FieldRec->hasCopyConstructorWithConstParam()) in addedMember()
H A DJSONNodeDumper.cpp403 FIELD2("hasConstParam", hasCopyConstructorWithConstParam); in createCopyConstructorDefinitionData()
H A DTextNodeDumper.cpp2230 FLAG(hasCopyConstructorWithConstParam, has_const_param); in VisitCXXRecordDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h838 bool hasCopyConstructorWithConstParam() const { in hasCopyConstructorWithConstParam() function