Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h2296 DeallocationMap Deallocations; variable
/external/clang/lib/AST/
DASTContext.cpp765 for (DeallocationMap::const_iterator I = Deallocations.begin(), in ~ASTContext()
766 E = Deallocations.end(); I != E; ++I) in ~ASTContext()
807 Deallocations[Callback].push_back(Data); in AddDeallocation()