Home
last modified time | relevance | path

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

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