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;
78 VTableContext &getVTableContext() { return VTContext; }
CGVTables.cpp 487 const VTableContext::ThunkInfoVectorTy *ThunkInfoVector =
    [all...]
CodeGenModule.h 482 VTableContext &getVTableContext() { return VTables.getVTableContext(); }
    [all...]
  /external/clang/include/clang/AST/
VTableBuilder.h 269 class VTableContext {
320 VTableContext(ASTContext &Context);
321 ~VTableContext();
324 // FIXME: Currently, this method is only used in the VTableContext and
  /external/clang/lib/AST/
VTableBuilder.cpp 794 VTableContext &VTables;
    [all...]

Completed in 183 milliseconds