Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDeclCXX.h852 void setImplicitCopyConstructorIsDeleted() { in setImplicitCopyConstructorIsDeleted() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp8396 cxx_record_decl->setImplicitCopyConstructorIsDeleted(); in CompleteTagDeclarationDefinition()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDeclCXX.cpp15235 ClassDecl->setImplicitCopyConstructorIsDeleted(); in DeclareImplicitCopyConstructor()