/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/include/clang/Basic/ |
ABI.h | 34 enum CXXDtorType {
|
/external/clang/lib/CodeGen/ |
CodeGenTypes.h | 92 inline CXXDtorType toCXXDtorType(StructorType T) { 104 inline StructorType getFromDtorType(CXXDtorType T) { 115 llvm_unreachable("not a CXXDtorType");
|
CGCXXABI.h | 293 CXXDtorType DT) const = 0; 350 const CXXDestructorDecl *DD, CXXDtorType Type, 399 CXXDtorType DtorType, Address This,
|
CGCXX.cpp | 312 CXXDtorType Type,
|
CGClass.cpp | [all...] |
ItaniumCXXABI.cpp | 219 CXXDtorType DT) const override { 240 CXXDtorType Type, bool ForVirtualBase, 278 CXXDtorType DtorType, [all...] |
MicrosoftCXXABI.cpp | 210 CXXDtorType DT) const override { 254 CXXDtorType Type, bool ForVirtualBase, 293 CXXDtorType DtorType, [all...] |
CodeGenFunction.h | [all...] |
/external/clang/lib/AST/ |
Mangle.cpp | 213 CXXDtorType DT, const BlockDecl *BD,
|
MicrosoftMangle.cpp | 110 void mangleCXXDtorThunk(const CXXDestructorDecl *DD, CXXDtorType Type, 149 void mangleCXXDtor(const CXXDestructorDecl *D, CXXDtorType Type, 248 const CXXDestructorDecl *D, CXXDtorType Type) 280 void mangleCXXDtorType(CXXDtorType T); [all...] |
ItaniumMangle.cpp | 144 void mangleCXXDtorThunk(const CXXDestructorDecl *DD, CXXDtorType Type, 158 void mangleCXXDtor(const CXXDestructorDecl *D, CXXDtorType Type, 282 const CXXDestructorDecl *D, CXXDtorType Type) 396 void mangleCXXDtorType(CXXDtorType T); [all...] |
/external/clang/tools/libclang/ |
CIndex.cpp | [all...] |