Home
last modified time | relevance | path

Searched refs:Deallocations (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h2434 DeallocationMap Deallocations; variable
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp760 for (DeallocationMap::const_iterator I = Deallocations.begin(), in ~ASTContext()
761 E = Deallocations.end(); I != E; ++I) in ~ASTContext()
802 Deallocations[Callback].push_back(Data); in AddDeallocation()