HomeSort by relevance Sort by last modified time
    Searched refs:CXXDtorType (Results 1 - 16 of 16) sorted by null

  /external/clang/include/clang/AST/
GlobalDecl.h 48 GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type)
66 CXXDtorType getDtorType() const {
68 return static_cast<CXXDtorType>(Value.getInt());
Mangle.h 104 virtual void mangleCXXDtorThunk(const CXXDestructorDecl *DD, CXXDtorType Type,
120 virtual void mangleCXXDtor(const CXXDestructorDecl *D, CXXDtorType Type,
128 void mangleDtorBlock(const CXXDestructorDecl *CD, CXXDtorType DT,
  /external/clang/include/clang/Basic/
ABI.h 31 enum CXXDtorType {
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 48 CXXDtorType Type,
68 CXXDtorType DtorType,
166 CXXDtorType Type,
266 CXXDtorType DtorType,
CGCXX.cpp 249 CXXDtorType dtorType) {
280 CXXDtorType dtorType,
354 CXXDtorType Type,
386 CodeGenFunction::BuildVirtualCall(const CXXDestructorDecl *DD, CXXDtorType Type,
CGCXXABI.h 195 CXXDtorType T,
223 CXXDtorType DtorType,
CodeGenTypes.h 192 CXXDtorType Type);
ItaniumCXXABI.cpp 105 CXXDtorType T,
125 CXXDtorType DtorType,
159 CXXDtorType T,
759 CXXDtorType Type,
774 CXXDtorType Type,
    [all...]
CGClass.cpp     [all...]
CodeGenModule.h 707 CXXDtorType dtorType,
    [all...]
CodeGenFunction.h     [all...]
CGCall.cpp 227 CXXDtorType dtorKind) {
    [all...]
CGExprCXX.cpp     [all...]
  /external/clang/lib/AST/
Mangle.cpp 97 CXXDtorType DT, const BlockDecl *BD,
MicrosoftMangle.cpp 68 const CXXDestructorDecl *D, CXXDtorType Type)
92 void mangleCXXDtorType(CXXDtorType T);
141 virtual void mangleCXXDtorThunk(const CXXDestructorDecl *DD, CXXDtorType Type,
155 virtual void mangleCXXDtor(const CXXDestructorDecl *D, CXXDtorType Type,
517 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType));
579 void MicrosoftCXXNameMangler::mangleCXXDtorType(CXXDtorType T) {
    [all...]
ItaniumMangle.cpp 124 void mangleCXXDtorThunk(const CXXDestructorDecl *DD, CXXDtorType Type,
140 void mangleCXXDtor(const CXXDestructorDecl *D, CXXDtorType Type,
239 const CXXDestructorDecl *D, CXXDtorType Type)
344 void mangleCXXDtorType(CXXDtorType T);
    [all...]

Completed in 291 milliseconds