Home
last modified time | relevance | path

Searched defs:BaseIsVirtual (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DVTTBuilder.h34 VTTVTable(const CXXRecordDecl *Base, CharUnits BaseOffset, bool BaseIsVirtual) in VTTVTable()
36 VTTVTable(BaseSubobject Base, bool BaseIsVirtual) in VTTVTable()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DVTTBuilder.cpp180 void VTTBuilder::LayoutVTT(BaseSubobject Base, bool BaseIsVirtual) { in LayoutVTT()
DVTableBuilder.cpp585 BaseSubobject Base, bool BaseIsVirtual, in VCallAndVBaseOffsetBuilder()
607 bool BaseIsVirtual, in AddVCallAndVBaseOffsets()
3232 bool BaseIsVirtual = false; in CalculatePathToMangle() local
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGVTables.cpp600 bool BaseIsVirtual, in GenerateConstructionVTable()
DCGClass.cpp86 bool BaseIsVirtual) { in GetAddressOfDirectBaseInCompleteClass()
341 bool BaseIsVirtual; member