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 79 /// getSubVTTIndex - Return the index of the sub-VTT for the base class of the
81 uint64_t getSubVTTIndex(const CXXRecordDecl *RD, BaseSubobject Base);
CGVTT.cpp 129 uint64_t CodeGenVTables::getSubVTTIndex(const CXXRecordDecl *RD,
CGClass.cpp 332 CGM.getVTables().getSubVTTIndex(RD, BaseSubobject(Base, BaseOffset));
    [all...]

Completed in 45 milliseconds