Home
last modified time | relevance | path

Searched refs:setImplicitCopyConstructorIsDeleted (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h869 void setImplicitCopyConstructorIsDeleted() { in setImplicitCopyConstructorIsDeleted() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8435 cxx_record_decl->setImplicitCopyConstructorIsDeleted(); in CompleteTagDeclarationDefinition()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp15582 ClassDecl->setImplicitCopyConstructorIsDeleted(); in DeclareImplicitCopyConstructor()