HomeSort by: relevance | last modified time | path
    Searched refs:AddDeallocation (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2863 void AddDeallocation(void (*Callback)(void *), void *Data) const;
2865 /// If T isn't trivially destructible, calls AddDeallocation to register it
2870 AddDeallocation(DestroyPtr, Ptr);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 1027 void ASTContext::AddDeallocation(void (*Callback)(void *), void *Data) const {

Completed in 50 milliseconds