Home
last modified time | relevance | path

Searched defs:Destructor (Results 1 – 16 of 16) 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.cpp177 int LocalCXXRuntimeOverridesBase::CXAAtExitOverride(DestructorPtr Destructor, in CXAAtExitOverride()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.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
H A DSemaDeclCXX.cpp10840 CheckDestructor(CXXDestructorDecl * Destructor) CheckDestructor() argument
14138 CXXDestructorDecl *Destructor = CXXDestructorDecl::Create( DeclareImplicitDestructor() local
14184 DefineImplicitDestructor(SourceLocation CurrentLocation,CXXDestructorDecl * Destructor) DefineImplicitDestructor() argument
14226 CheckCompleteDestructorVariant(SourceLocation CurrentLocation,CXXDestructorDecl * Destructor) CheckCompleteDestructorVariant() argument
14286 AdjustDestructorExceptionSpec(CXXDestructorDecl * Destructor) AdjustDestructorExceptionSpec() argument
16019 CXXDestructorDecl *Destructor = LookupDestructor(ClassDecl); FinalizeVarWithDestructor() local
[all...]
H A DSemaInit.cpp1988 CXXDestructorDecl *Destructor = SemaRef.LookupDestructor(CXXRD); in checkDestructorReference() local
7894 CXXDestructorDecl *Destructor in Perform() local
H A DSemaDecl.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
H A DSemaDeclObjC.cpp5539 if (CXXDestructorDecl *Destructor = SemaRef.LookupDestructor(RD)) { in SetIvarInitializers() local
H A DSemaTemplateInstantiateDecl.cpp2614 } else if (CXXDestructorDecl *Destructor = dyn_cast<CXXDestructorDecl>(D)) { in VisitCXXMethodDecl() local
H A DSemaChecking.cpp12750 CXXDestructorDecl *Destructor = LookupDestructor(ClassDecl); in CheckParmsForFunctionDef() local
H A DTreeTransform.h13419 if (CXXDestructorDecl *Destructor = SemaRef.LookupDestructor(Record)) { in TransformCXXNewExpr() local
H A DSemaExpr.cpp17951 } else if (CXXDestructorDecl *Destructor = in MarkFunctionReferenced() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1094 const CXXDestructorDecl *Destructor) { in Create()
H A DASTContext.cpp14221 auto *Destructor = dyn_cast<CXXDestructorDecl>(Method); in useAbbreviatedThunkName() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1459 const CXXDestructorDecl *Destructor; variable
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h451 Destructor, enumerator