Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h2561 DeallocationFunctionsAndArguments Deallocations; variable
/external/clang/lib/AST/
DASTContext.cpp763 for (auto &Pair : Deallocations) in ~ASTContext()
813 Deallocations.push_back({Callback, Data}); in AddDeallocation()