Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp307 if (!VBaseDecl->hasCopyConstructorWithConstParam()) in setBases()
355 if (!BaseClassDecl->hasCopyConstructorWithConstParam()) in setBases()
412 if (!BaseClassDecl->hasCopyConstructorWithConstParam()) in setBases()
1316 if (!FieldRec->hasCopyConstructorWithConstParam()) in addedMember()
H A DJSONNodeDumper.cpp397 FIELD2("hasConstParam", hasCopyConstructorWithConstParam); in createCopyConstructorDefinitionData()
H A DTextNodeDumper.cpp1964 FLAG(hasCopyConstructorWithConstParam, has_const_param); in VisitCXXRecordDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h809 bool hasCopyConstructorWithConstParam() const { in hasCopyConstructorWithConstParam() function