HomeSort by relevance Sort by last modified time
    Searched refs:CXXDtorType (Results 1 - 15 of 15) 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,
127 void mangleDtorBlock(const CXXDestructorDecl *CD, CXXDtorType DT,
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 40 CXXDtorType Type,
CGCXX.cpp 247 CXXDtorType dtorType) {
278 CXXDtorType dtorType,
352 CXXDtorType Type,
384 CodeGenFunction::BuildVirtualCall(const CXXDestructorDecl *DD, CXXDtorType Type,
CGCXXABI.h 173 CXXDtorType T,
CodeGenTypes.h 190 CXXDtorType Type);
CGClass.cpp     [all...]
CodeGenModule.h 657 CXXDtorType dtorType,
    [all...]
ItaniumCXXABI.cpp 104 CXXDtorType T,
139 CXXDtorType T,
707 CXXDtorType Type,
722 CXXDtorType Type,
    [all...]
CodeGenFunction.h     [all...]
CGCall.cpp 187 CXXDtorType dtorKind) {
    [all...]
  /external/clang/include/clang/Basic/
ABI.h 29 /// CXXDtorType - C++ destructor types
30 enum CXXDtorType {
  /external/clang/lib/AST/
Mangle.cpp 81 CXXDtorType DT, const BlockDecl *BD,
MicrosoftMangle.cpp 87 virtual void mangleCXXDtorThunk(const CXXDestructorDecl *DD, CXXDtorType Type,
101 virtual void mangleCXXDtor(const CXXDestructorDecl *D, CXXDtorType Type,
    [all...]
ItaniumMangle.cpp 123 void mangleCXXDtorThunk(const CXXDestructorDecl *DD, CXXDtorType Type,
139 void mangleCXXDtor(const CXXDestructorDecl *D, CXXDtorType Type,
238 const CXXDestructorDecl *D, CXXDtorType Type)
343 void mangleCXXDtorType(CXXDtorType T);
    [all...]

Completed in 425 milliseconds