Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h40 Destructor, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h52 Destructor, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp176 int LocalCXXRuntimeOverridesBase::CXAAtExitOverride(DestructorPtr Destructor, in CXAAtExitOverride()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1037 if (CXXDestructorDecl *Destructor = LookupDestructor(RD)) { in CheckCXXThrowOperand() local
5285 CXXDestructorDecl *Destructor = Self.LookupDestructor(RD); in EvaluateUnaryTypeTrait() local
5440 if (CXXDestructorDecl *Destructor = Self.LookupDestructor(RD)) in EvaluateUnaryTypeTrait() local
7410 CXXDestructorDecl *Destructor = IsDecltype ? nullptr : LookupDestructor(RD); in MaybeBindToTemporary() local
7581 CXXDestructorDecl *Destructor = LookupDestructor(RD); in ActOnDecltypeExpression() local
H A DSemaDeclCXX.cpp10935 bool Sema::CheckDestructor(CXXDestructorDecl *Destructor) { in CheckDestructor()
14264 CXXDestructorDecl *Destructor = CXXDestructorDecl::Create( in DeclareImplicitDestructor() local
14310 CXXDestructorDecl *Destructor) { in DefineImplicitDestructor()
14352 CXXDestructorDecl *Destructor) { in CheckCompleteDestructorVariant()
14414 void Sema::AdjustDestructorExceptionSpec(CXXDestructorDecl *Destructor) { in AdjustDestructorExceptionSpec()
16137 CXXDestructorDecl *Destructor = LookupDestructor(ClassDecl); in FinalizeVarWithDestructor() local
18862 if (CXXDestructorDecl *Destructor = LookupDestructor(RD)) { in SetIvarInitializers() local
H A DSemaInit.cpp1908 CXXDestructorDecl *Destructor = SemaRef.LookupDestructor(CXXRD); in checkDestructorReference() local
8946 CXXDestructorDecl *Destructor in Perform() local
H A DSemaDecl.cpp12077 } else if (CXXDestructorDecl *Destructor = in CheckFunctionDeclaration() local
16092 else if (CXXDestructorDecl *Destructor = in ActOnFinishFunctionBody() local
16341 if (CXXDestructorDecl *Destructor = dyn_cast<CXXDestructorDecl>(dcl)) { in ActOnFinishFunctionBody() local
H A DSemaTemplateInstantiateDecl.cpp2571 } else if (CXXDestructorDecl *Destructor = dyn_cast<CXXDestructorDecl>(D)) { in VisitCXXMethodDecl() local
H A DSemaChecking.cpp17652 CXXDestructorDecl *Destructor = LookupDestructor(ClassDecl); in CheckParmsForFunctionDef() local
H A DTreeTransform.h12553 if (CXXDestructorDecl *Destructor = SemaRef.LookupDestructor(Record)) { in TransformCXXNewExpr() local
H A DSemaExpr.cpp18970 } else if (CXXDestructorDecl *Destructor = in MarkFunctionReferenced() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1044 const CXXDestructorDecl *Destructor) { in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1445 const CXXDestructorDecl *Destructor; variable