Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclTemplate.cpp274 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
382 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
947 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
1027 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
DDecl.cpp2156 getASTContext().AddDeallocation(DestroyAPValue, &Eval->Evaluated); in evaluateValue()
DASTContext.cpp815 void ASTContext::AddDeallocation(void (*Callback)(void*), void *Data) { in AddDeallocation() function in ASTContext
/external/clang/include/clang/AST/
DASTContext.h2361 void AddDeallocation(void (*Callback)(void*), void *Data);