Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnyCall.h39 Destructor, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/
H A DIndexSymbol.h52 Destructor, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp175 int LocalCXXRuntimeOverridesBase::CXAAtExitOverride(DestructorPtr Destructor, in CXAAtExitOverride()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp987 if (CXXDestructorDecl *Destructor = LookupDestructor(RD)) { in CheckCXXThrowOperand() local
4989 CXXDestructorDecl *Destructor = Self.LookupDestructor(RD); in EvaluateUnaryTypeTrait() local
5144 if (CXXDestructorDecl *Destructor = Self.LookupDestructor(RD)) in EvaluateUnaryTypeTrait() local
6980 CXXDestructorDecl *Destructor = IsDecltype ? nullptr : LookupDestructor(RD); in MaybeBindToTemporary() local
7150 CXXDestructorDecl *Destructor = LookupDestructor(RD); in ActOnDecltypeExpression() local
H A DSemaDeclCXX.cpp10350 bool Sema::CheckDestructor(CXXDestructorDecl *Destructor) { in CheckDestructor()
13322 CXXDestructorDecl *Destructor = in DeclareImplicitDestructor() local
13368 CXXDestructorDecl *Destructor) { in DefineImplicitDestructor()
13410 CXXDestructorDecl *Destructor) { in CheckCompleteDestructorVariant()
13472 void Sema::AdjustDestructorExceptionSpec(CXXDestructorDecl *Destructor) { in AdjustDestructorExceptionSpec()
15220 CXXDestructorDecl *Destructor = LookupDestructor(ClassDecl); in FinalizeVarWithDestructor() local
17481 if (CXXDestructorDecl *Destructor = LookupDestructor(RD)) { in SetIvarInitializers() local
H A DSemaInit.cpp1848 CXXDestructorDecl *Destructor = SemaRef.LookupDestructor(CXXRD); in checkDestructorReference() local
8371 CXXDestructorDecl *Destructor in Perform() local
H A DSemaDecl.cpp10944 } else if (CXXDestructorDecl *Destructor = in CheckFunctionDeclaration() local
14499 else if (CXXDestructorDecl *Destructor = dyn_cast<CXXDestructorDecl>(FD)) in ActOnFinishFunctionBody() local
14701 if (CXXDestructorDecl *Destructor = dyn_cast<CXXDestructorDecl>(dcl)) { in ActOnFinishFunctionBody() local
H A DSemaTemplateInstantiateDecl.cpp2338 } else if (CXXDestructorDecl *Destructor = dyn_cast<CXXDestructorDecl>(D)) { in VisitCXXMethodDecl() local
H A DSemaChecking.cpp14166 CXXDestructorDecl *Destructor = LookupDestructor(ClassDecl); in CheckParmsForFunctionDef() local
H A DTreeTransform.h11779 if (CXXDestructorDecl *Destructor = SemaRef.LookupDestructor(Record)) { in TransformCXXNewExpr() local
H A DSemaExpr.cpp16979 } else if (CXXDestructorDecl *Destructor = in MarkFunctionReferenced() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp1893 if (const CXXDestructorDecl *Destructor = getDestructor()) in isAnyDestructorNoReturn() local
H A DExprCXX.cpp966 const CXXDestructorDecl *Destructor) { in Create()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1283 AsanDtorKind Destructor) { in createModuleAddressSanitizerLegacyPassPass()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h1382 const CXXDestructorDecl *Destructor; variable