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

  /external/clang/lib/CodeGen/
CGVTables.h 34 VTableContextBase *VTContext;
72 return *cast<ItaniumVTableContext>(VTContext);
76 return *cast<MicrosoftVTableContext>(VTContext);
CGVTables.cpp 33 : CGM(CGM), VTContext(CGM.getContext().getVTableContext()) {}
425 VTContext->getThunkInfo(GD);
ItaniumCXXABI.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 517 MicrosoftVTableContext *VTContext =
520 VTContext->getMethodVFTableLocation(GlobalDecl(MD));
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 87 milliseconds