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

  /external/clang/lib/CodeGen/
CGVTables.h 34 VTableContext VTContext;
79 VTableContext &getVTableContext() { return VTContext; }
CGVTables.cpp 506 const VTableContext::ThunkInfoVectorTy *ThunkInfoVector =
    [all...]
CodeGenModule.h 522 VTableContext &getVTableContext() { return VTables.getVTableContext(); }
    [all...]
  /external/clang/include/clang/AST/
VTableBuilder.h 302 class VTableContext : public VTableContextBase {
329 VTableContext(ASTContext &Context);
330 ~VTableContext();
333 // FIXME: Currently, this method is only used in the VTableContext and
  /external/clang/lib/AST/
VTableBuilder.cpp 789 VTableContext &VTables;
    [all...]

Completed in 214 milliseconds