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

/external/clang/lib/AST/
H A DDeclTemplate.cpp244 C.AddDeallocation(DeallocateCommon, CommonPtr);
348 C.AddDeallocation(DeallocateCommon, CommonPtr);
905 C.AddDeallocation(DeallocateCommon, CommonPtr);
981 C.AddDeallocation(DeallocateCommon, CommonPtr);
H A DDecl.cpp2050 getASTContext().AddDeallocation(DestroyAPValue, &Eval->Evaluated);
H A DASTContext.cpp806 void ASTContext::AddDeallocation(void (*Callback)(void*), void *Data) { function in class:ASTContext
/external/clang/include/clang/AST/
H A DASTContext.h2165 void AddDeallocation(void (*Callback)(void*), void *Data);

Completed in 97 milliseconds