Home
last modified time | relevance | path

Searched refs:addDestruction (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp429 C.addDestruction(CommonPtr); in newCommon()
530 C.addDestruction(CommonPtr); in newCommon()
1194 C.addDestruction(CommonPtr); in newCommon()
1248 C.addDestruction(CommonPtr); in newCommon()
1547 C.addDestruction(&TPOD->Value); in Create()
1554 C.addDestruction(&TPOD->Value); in CreateDeserialized()
H A DDeclCXX.cpp1506 Ctx.addDestruction(&Captures); in AddCaptureList()
3068 getASTContext().addDestruction(Value); in getOrCreateValue()
3489 getASTContext().addDestruction(&APVal); in getAsAPValue()
3507 C.addDestruction(&Value); in UnnamedGlobalConstantDecl()
H A DTemplateBase.cpp206 Ctx.addDestruction(Value.Value); in initFromStructural()
H A DDecl.cpp2588 Ctx.addDestruction(&Eval->Evaluated); in evaluateValueImpl()
H A DExpr.cpp383 Context.addDestruction(&APValueResult()); in MoveIntoResult()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3068 template <typename T> void addDestruction(T *Ptr) const { in addDestruction() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1704 Reader.getContext().addDestruction(&Eval->Evaluated); in ReadVarDeclInit()
2766 D->getASTContext().addDestruction(D->Value); in VisitLifetimeExtendedTemporaryDecl()
H A DASTReaderStmt.cpp570 Record.getContext().addDestruction(&E->APValueResult()); in VisitConstantExpr()