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/
H A DDeclCXX.h852 void setImplicitCopyConstructorIsDeleted() { in setImplicitCopyConstructorIsDeleted() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8396 cxx_record_decl->setImplicitCopyConstructorIsDeleted(); in CompleteTagDeclarationDefinition()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp15235 ClassDecl->setImplicitCopyConstructorIsDeleted(); in DeclareImplicitCopyConstructor()