Home
last modified time | relevance | path

Searched refs:AddDeallocation (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h3018 void AddDeallocation(void (*Callback)(void *), void *Data) const;
3025 AddDeallocation(DestroyPtr, Ptr); in addDestruction()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp1039 void ASTContext::AddDeallocation(void (*Callback)(void *), void *Data) const { in AddDeallocation() function in ASTContext