OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TryEmitBaseDestructorAsAlias
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
CGCXX.cpp
33
bool CodeGenModule::
TryEmitBaseDestructorAsAlias
(const CXXDestructorDecl *D) {
264
if (dtorType == Dtor_Base && !
TryEmitBaseDestructorAsAlias
(dtor))
CodeGenModule.h
768
bool
TryEmitBaseDestructorAsAlias
(const CXXDestructorDecl *D);
Completed in 3268 milliseconds