Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp308 if (!VBaseDecl->hasCopyConstructorWithConstParam()) in setBases()
356 if (!BaseClassDecl->hasCopyConstructorWithConstParam()) in setBases()
413 if (!BaseClassDecl->hasCopyConstructorWithConstParam()) in setBases()
1295 if (!FieldRec->hasCopyConstructorWithConstParam()) in addedMember()
H A DJSONNodeDumper.cpp398 FIELD2("hasConstParam", hasCopyConstructorWithConstParam); in createCopyConstructorDefinitionData()
H A DTextNodeDumper.cpp2021 FLAG(hasCopyConstructorWithConstParam, has_const_param); in VisitCXXRecordDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h822 bool hasCopyConstructorWithConstParam() const { in hasCopyConstructorWithConstParam() function