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

  /external/clang/lib/CodeGen/
CGVTables.h 35 OwningPtr<MicrosoftVFTableContext> VFTContext;
CGVTables.cpp 35 // Today we use both in the Microsoft ABI as MicrosoftVFTableContext
37 VFTContext.reset(new MicrosoftVFTableContext(CGM.getContext()));
    [all...]
  /external/clang/include/clang/AST/
VTableBuilder.h 414 class MicrosoftVFTableContext : public VTableContextBase {
468 MicrosoftVFTableContext(ASTContext &Context) : Context(Context) {}
470 ~MicrosoftVFTableContext() { llvm::DeleteContainerSeconds(VFTableLayouts); }
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]

Completed in 601 milliseconds