Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/AST/
HDDeclCXX.cpp309 if (!BaseClassDecl->hasCopyAssignmentWithConstParam()) in setBases()
859 if (!FieldRec->hasCopyAssignmentWithConstParam()) in addedMember()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDeclCXX.h923 bool hasCopyAssignmentWithConstParam() const { in hasCopyAssignmentWithConstParam() function