Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp812 void ASTContext::AddDeallocation(void (*Callback)(void*), void *Data) { in AddDeallocation() function in ASTContext
/external/llvm-project/clang/lib/AST/
DASTContext.cpp1015 void ASTContext::AddDeallocation(void (*Callback)(void *), void *Data) const { in AddDeallocation() function in ASTContext