HomeSort by relevance Sort by last modified time
    Searched refs:Deallocations (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 261 for (unsigned I = 0, N = Deallocations.size(); I != N; ++I)
262 Deallocations[I].first(Deallocations[I].second);
287 Deallocations.push_back(std::make_pair(Callback, Data));
    [all...]

Completed in 20 milliseconds