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

/external/clang/lib/AST/
H A DDeclTemplate.cpp221 void FunctionTemplateDecl::DeallocateCommon(void *Ptr) { function in class:FunctionTemplateDecl
244 C.AddDeallocation(DeallocateCommon, CommonPtr);
298 void ClassTemplateDecl::DeallocateCommon(void *Ptr) { function in class:ClassTemplateDecl
348 C.AddDeallocation(DeallocateCommon, CommonPtr);
899 void TypeAliasTemplateDecl::DeallocateCommon(void *Ptr) { function in class:TypeAliasTemplateDecl
905 C.AddDeallocation(DeallocateCommon, CommonPtr);
926 void VarTemplateDecl::DeallocateCommon(void *Ptr) { function in class:VarTemplateDecl
981 C.AddDeallocation(DeallocateCommon, CommonPtr);
/external/clang/include/clang/AST/
H A DDeclTemplate.h748 static void DeallocateCommon(void *Ptr);
1802 static void DeallocateCommon(void *Ptr);
2099 static void DeallocateCommon(void *Ptr);
2640 static void DeallocateCommon(void *Ptr);

Completed in 768 milliseconds