Home
last modified time | relevance | path

Searched defs:Destructor (Results 1 – 16 of 16) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDAnyCall.h40 Destructor, enumerator
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Index/
HDIndexSymbol.h52 Destructor, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDExecutionUtils.cpp177 int LocalCXXRuntimeOverridesBase::CXAAtExitOverride(DestructorPtr Destructor, in CXAAtExitOverride()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprCXX.cpp1034 if (CXXDestructorDecl *Destructor = LookupDestructor(RD)) { in CheckCXXThrowOperand() local
5456 CXXDestructorDecl *Destructor = Self.LookupDestructor(RD); in EvaluateUnaryTypeTrait() local
5611 if (CXXDestructorDecl *Destructor = Self.LookupDestructor(RD)) in EvaluateUnaryTypeTrait() local
7627 CXXDestructorDecl *Destructor = IsDecltype ? nullptr : LookupDestructor(RD); in MaybeBindToTemporary() local
7794 CXXDestructorDecl *Destructor = LookupDestructor(RD); in ActOnDecltypeExpression() local
HDSemaDeclCXX.cpp10840 bool Sema::CheckDestructor(CXXDestructorDecl *Destructor) { in CheckDestructor()
14138 CXXDestructorDecl *Destructor = CXXDestructorDecl::Create( in DeclareImplicitDestructor() local
14184 CXXDestructorDecl *Destructor) { in DefineImplicitDestructor()
14226 CXXDestructorDecl *Destructor) { in CheckCompleteDestructorVariant()
14286 void Sema::AdjustDestructorExceptionSpec(CXXDestructorDecl *Destructor) { in AdjustDestructorExceptionSpec()
16019 CXXDestructorDecl *Destructor = LookupDestructor(ClassDecl); in FinalizeVarWithDestructor() local
HDSemaInit.cpp1988 CXXDestructorDecl *Destructor = SemaRef.LookupDestructor(CXXRD); in checkDestructorReference() local
7894 CXXDestructorDecl *Destructor in Perform() local
HDSemaDecl.cpp12031 } else if (CXXDestructorDecl *Destructor = in CheckFunctionDeclaration() local
15888 else if (CXXDestructorDecl *Destructor = in ActOnFinishFunctionBody() local
16136 if (CXXDestructorDecl *Destructor = dyn_cast<CXXDestructorDecl>(dcl)) { in ActOnFinishFunctionBody() local
HDSemaDeclObjC.cpp5539 if (CXXDestructorDecl *Destructor = SemaRef.LookupDestructor(RD)) { in SetIvarInitializers() local
HDSemaTemplateInstantiateDecl.cpp2614 } else if (CXXDestructorDecl *Destructor = dyn_cast<CXXDestructorDecl>(D)) { in VisitCXXMethodDecl() local
HDSemaChecking.cpp12750 CXXDestructorDecl *Destructor = LookupDestructor(ClassDecl); in CheckParmsForFunctionDef() local
HDSemaExpr.cpp17951 } else if (CXXDestructorDecl *Destructor = in MarkFunctionReferenced() local
HDTreeTransform.h13419 if (CXXDestructorDecl *Destructor = SemaRef.LookupDestructor(Record)) { in TransformCXXNewExpr() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDExprCXX.cpp1094 const CXXDestructorDecl *Destructor) { in Create()
HDASTContext.cpp14221 auto *Destructor = dyn_cast<CXXDestructorDecl>(Method); in useAbbreviatedThunkName() local
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprCXX.h1459 const CXXDestructorDecl *Destructor; variable
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h451 Destructor, enumerator