Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h3112 mutable DeallocationFunctionsAndArguments Deallocations; variable
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp994 for (auto &Pair : Deallocations) in ~ASTContext()
1028 Deallocations.push_back({Callback, Data}); in AddDeallocation()