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     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 544 MicrosoftVTableContext *VTContext =
547 VTContext->getMethodVFTableLocation(GlobalDecl(MD));
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 94 milliseconds