Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclTemplate.cpp265 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
373 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
913 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
993 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
DDecl.cpp2177 getASTContext().AddDeallocation(DestroyAPValue, &Eval->Evaluated); in evaluateValue()
DASTContext.cpp812 void ASTContext::AddDeallocation(void (*Callback)(void*), void *Data) { in AddDeallocation() function in ASTContext
/external/clang/include/clang/AST/
DASTContext.h2383 void AddDeallocation(void (*Callback)(void*), void *Data);