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

/external/clang/include/clang/AST/
H A DASTContext.h2073 SmallVector<std::pair<void (*)(void*), void *>, 16> Deallocations; member in class:clang::ASTContext
/external/clang/lib/AST/
H A DASTContext.cpp595 for (unsigned I = 0, N = Deallocations.size(); I != N; ++I)
596 Deallocations[I].first(Deallocations[I].second);
621 Deallocations.push_back(std::make_pair(Callback, Data));

Completed in 72 milliseconds