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

  /external/clang/include/clang/AST/
Mangle.h 205 const CXXRecordDecl *DstRD,
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 313 const CXXRecordDecl *DstRD) {
316 getMangleContext().mangleCXXVirtualDisplacementMap(SrcRD, DstRD, Out);
330 if (!DstRD->isVirtuallyDerivedFrom(VBase))
334 unsigned DstVBIndex = VTContext.getVBTableIndex(DstRD, VBase);
345 SrcRD->isExternallyVisible() && DstRD->isExternallyVisible()
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 120 const CXXRecordDecl *DstRD,
    [all...]

Completed in 60 milliseconds