Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DDeclTemplate.cpp245 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
348 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
935 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
1016 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
DDecl.cpp1974 getASTContext().AddDeallocation(DestroyAPValue, &Eval->Evaluated); in evaluateValue()
DASTContext.cpp792 void ASTContext::AddDeallocation(void (*Callback)(void*), void *Data) { in AddDeallocation() function in ASTContext
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h2126 void AddDeallocation(void (*Callback)(void*), void *Data);