Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp309 if (!VBaseDecl->hasCopyConstructorWithConstParam()) in setBases()
357 if (!BaseClassDecl->hasCopyConstructorWithConstParam()) in setBases()
415 if (!BaseClassDecl->hasCopyConstructorWithConstParam()) in setBases()
1350 if (!FieldRec->hasCopyConstructorWithConstParam()) in addedMember()
H A DJSONNodeDumper.cpp436 FIELD2("hasConstParam", hasCopyConstructorWithConstParam); in createCopyConstructorDefinitionData()
H A DTextNodeDumper.cpp2481 FLAG(hasCopyConstructorWithConstParam, has_const_param); in VisitCXXRecordDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h839 bool hasCopyConstructorWithConstParam() const { in hasCopyConstructorWithConstParam() function