OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeallocateCommon
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/AST/
DeclTemplate.cpp
220
void FunctionTemplateDecl::
DeallocateCommon
(void *Ptr) {
244
C.AddDeallocation(
DeallocateCommon
, CommonPtr);
298
void ClassTemplateDecl::
DeallocateCommon
(void *Ptr) {
347
C.AddDeallocation(
DeallocateCommon
, CommonPtr);
[
all
...]
/external/clang/include/clang/AST/
DeclTemplate.h
742
static void
DeallocateCommon
(void *Ptr);
[
all
...]
Completed in 200 milliseconds