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

  /external/clang/lib/CodeGen/
CGRecordLayout.h 184 llvm::StructType *BaseSubobjectType;
213 llvm::StructType *BaseSubobjectType,
217 BaseSubobjectType(BaseSubobjectType),
230 return BaseSubobjectType;
CGRecordLayoutBuilder.cpp 40 /// BaseSubobjectType - Holds the LLVM type for the non-virtual part
55 llvm::StructType *BaseSubobjectType;
194 : BaseSubobjectType(0),
787 BaseSubobjectType = llvm::StructType::create(Types.getLLVMContext(),
789 Types.addRecordTypeName(RD, BaseSubobjectType, ".base");
    [all...]

Completed in 51 milliseconds