Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp221 if (!VBaseDecl->hasCopyConstructorWithConstParam()) in setBases()
317 if (!BaseClassDecl->hasCopyConstructorWithConstParam()) in setBases()
870 if (!FieldRec->hasCopyConstructorWithConstParam()) in addedMember()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h876 bool hasCopyConstructorWithConstParam() const { in hasCopyConstructorWithConstParam() function