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

  /external/clang/lib/CodeGen/
CGVTables.h 89 /// getSubVTTIndex - Return the index of the sub-VTT for the base class of the
91 uint64_t getSubVTTIndex(const CXXRecordDecl *RD, BaseSubobject Base);
CGVTT.cpp 141 uint64_t CodeGenVTables::getSubVTTIndex(const CXXRecordDecl *RD,
CGClass.cpp 306 CGF.CGM.getVTables().getSubVTTIndex(RD, BaseSubobject(Base, BaseOffset));
    [all...]

Completed in 41 milliseconds