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

  /external/clang/include/clang/AST/
Mangle.h 120 virtual void mangleCXXDtor(const CXXDestructorDecl *D, CXXDtorType Type,
  /external/clang/lib/AST/
Mangle.cpp 86 mangleCXXDtor(DD, DT, Out);
MicrosoftMangle.cpp 101 virtual void mangleCXXDtor(const CXXDestructorDecl *D, CXXDtorType Type,
    [all...]
ItaniumMangle.cpp 139 void mangleCXXDtor(const CXXDestructorDecl *D, CXXDtorType Type,
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 335 getCXXABI().getMangleContext().mangleCXXDtor(D, GD.getDtorType(), Out);
    [all...]

Completed in 29 milliseconds