Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp306 if (!VBaseDecl->hasCopyConstructorWithConstParam()) in setBases()
354 if (!BaseClassDecl->hasCopyConstructorWithConstParam()) in setBases()
411 if (!BaseClassDecl->hasCopyConstructorWithConstParam()) in setBases()
1307 if (!FieldRec->hasCopyConstructorWithConstParam()) in addedMember()
H A DJSONNodeDumper.cpp366 FIELD2("hasConstParam", hasCopyConstructorWithConstParam); in createCopyConstructorDefinitionData()
H A DTextNodeDumper.cpp1912 FLAG(hasCopyConstructorWithConstParam, has_const_param); in VisitCXXRecordDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h808 bool hasCopyConstructorWithConstParam() const { in hasCopyConstructorWithConstParam() function