Home
last modified time | relevance | path

Searched refs:setDeletedAsWritten (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2473 void setDeletedAsWritten(bool D = true, StringLiteral *Message = nullptr);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp9020 Specialization->setDeletedAsWritten(false); in CheckFunctionTemplateSpecialization()
9217 InstantiationFunction->setDeletedAsWritten(false); in CheckMemberSpecialization()
H A DSemaDecl.cpp10048 NewFD->setDeletedAsWritten(); in ActOnFunctionDeclarator()
11984 OldFD->setDeletedAsWritten(false); in CheckFunctionDeclaration()
H A DSemaDeclCXX.cpp17970 Fn->setDeletedAsWritten(true, Message); in SetDeclDeleted()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3118 void FunctionDecl::setDeletedAsWritten(bool D, StringLiteral *Message) { in setDeletedAsWritten() function in FunctionDecl
H A DASTImporter.cpp3990 ToFunction->setDeletedAsWritten(D->isDeletedAsWritten()); in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1073 FD->setDeletedAsWritten(FunctionDeclBits.getNextBit()); in VisitFunctionDecl()