HomeSort by relevance Sort by last modified time
    Searched full:baseclassdescriptortype (Results 1 - 1 of 1) sorted by null

  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 46 : CGCXXABI(CGM), BaseClassDescriptorType(nullptr),
460 if (BaseClassDescriptorType)
461 return BaseClassDescriptorType;
471 BaseClassDescriptorType = llvm::StructType::create(
473 return BaseClassDescriptorType;
777 llvm::StructType *BaseClassDescriptorType;
    [all...]

Completed in 580 milliseconds