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

  /external/clang/lib/CodeGen/
CGVTables.h 34 VTableContextBase *VTContext;
72 return *cast<ItaniumVTableContext>(VTContext);
76 return *cast<MicrosoftVTableContext>(VTContext);
ItaniumCXXABI.cpp     [all...]
MicrosoftCXXABI.cpp 322 MicrosoftVTableContext &VTContext = CGM.getMicrosoftVTableContext();
333 unsigned SrcVBIndex = VTContext.getVBTableIndex(SrcRD, VBase);
334 unsigned DstVBIndex = VTContext.getVBTableIndex(DstRD, VBase);
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 563 MicrosoftVTableContext *VTContext =
566 VTContext->getMethodVFTableLocation(GlobalDecl(MD));
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 601 milliseconds