/external/clang/include/clang/AST/ |
GlobalDecl.h | 49 GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type) 67 CXXDtorType getDtorType() const { 69 return static_cast<CXXDtorType>(Value.getInt());
|
Mangle.h | 102 virtual void mangleCXXDtorThunk(const CXXDestructorDecl *DD, CXXDtorType Type, 112 virtual void mangleCXXDtor(const CXXDestructorDecl *D, CXXDtorType Type, 121 void mangleDtorBlock(const CXXDestructorDecl *CD, CXXDtorType DT,
|
/external/clang/lib/CodeGen/ |
CGCXXABI.h | 271 CXXDtorType T, 279 CXXDtorType DT) const = 0; 337 const CXXDestructorDecl *DD, CXXDtorType Type, 373 CXXDtorType DtorType,
|
CGCXX.cpp | 249 CXXDtorType dtorType) { 287 CXXDtorType dtorType, 355 CXXDtorType Type,
|
CodeGenTypes.h | 196 CXXDtorType Type);
|
CGClass.cpp | [all...] |
CodeGenModule.h | 799 CXXDtorType dtorType, [all...] |
MicrosoftCXXABI.cpp | 140 CXXDtorType Type, 146 CXXDtorType DT) const override { 190 CXXDtorType Type, bool ForVirtualBase, 214 CXXDtorType DtorType, SourceLocation CallLoc, [all...] |
ItaniumCXXABI.cpp | 148 CXXDtorType T, CanQualType &ResTy, 152 CXXDtorType DT) const override { 173 CXXDtorType Type, bool ForVirtualBase, 197 CXXDtorType DtorType, SourceLocation CallLoc, [all...] |
CodeGenFunction.h | [all...] |
CGExprCXX.cpp | [all...] |
CGCall.cpp | 273 CXXDtorType dtorKind) { [all...] |
/external/clang/include/clang/Basic/ |
ABI.h | 31 enum CXXDtorType {
|
/external/clang/lib/AST/ |
Mangle.cpp | 200 CXXDtorType DT, const BlockDecl *BD,
|
MicrosoftMangle.cpp | 104 void mangleCXXDtorThunk(const CXXDestructorDecl *DD, CXXDtorType Type, 130 void mangleCXXDtor(const CXXDestructorDecl *D, CXXDtorType Type, 215 const CXXDestructorDecl *D, CXXDtorType Type) 247 void mangleCXXDtorType(CXXDtorType T); 773 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType)); 845 void MicrosoftCXXNameMangler::mangleCXXDtorType(CXXDtorType T) { [all...] |
ItaniumMangle.cpp | 136 void mangleCXXDtorThunk(const CXXDestructorDecl *DD, CXXDtorType Type, 150 void mangleCXXDtor(const CXXDestructorDecl *D, CXXDtorType Type, 268 const CXXDestructorDecl *D, CXXDtorType Type) 378 void mangleCXXDtorType(CXXDtorType T); [all...] |