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

  /external/clang/include/clang/AST/
VTableBuilder.h 381 : VBTableIndex(0), LastVBase(0), VFPtrOffset(VFPtrOffset),
385 VFPtrInfo(uint64_t VBTableIndex, const CXXRecordDecl *LastVBase,
388 : VBTableIndex(VBTableIndex), LastVBase(LastVBase),
393 assert(LastVBase);
400 const CXXRecordDecl *LastVBase;
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]

Completed in 175 milliseconds