Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DDeclTemplate.cpp335 C.addDestruction(CommonPtr); in newCommon()
451 C.addDestruction(CommonPtr); in newCommon()
1093 C.addDestruction(CommonPtr); in newCommon()
1157 C.addDestruction(CommonPtr); in newCommon()
1448 C.addDestruction(&TPOD->Value); in Create()
1455 C.addDestruction(&TPOD->Value); in CreateDeserialized()
DDeclCXX.cpp2958 getASTContext().addDestruction(Value); in getOrCreateValue()
3330 getASTContext().addDestruction(&APVal); in getAsAPValue()
DDecl.cpp2430 Ctx.addDestruction(&Eval->Evaluated); in evaluateValueImpl()
DExpr.cpp342 Context.addDestruction(&APValueResult()); in MoveIntoResult()
/external/llvm-project/clang/include/clang/AST/
DASTContext.h2818 template <typename T> void addDestruction(T *Ptr) const { in addDestruction() function
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp572 Record.getContext().addDestruction(&E->APValueResult()); in VisitConstantExpr()
DASTReaderDecl.cpp2432 D->getASTContext().addDestruction(D->Value); in VisitLifetimeExtendedTemporaryDecl()