Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h3033 void AddDeallocation(void (*Callback)(void *), void *Data) const;
3040 AddDeallocation(DestroyPtr, Ptr); in addDestruction()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp1013 void ASTContext::AddDeallocation(void (*Callback)(void *), void *Data) const { in AddDeallocation() function in ASTContext