Searched refs:createBaseType (Results 1 – 2 of 2) sorted by relevance
274 LVType *createBaseType(TypeIndex TI, StringRef TypeName);
3206 LVType *LVLogicalVisitor::createBaseType(TypeIndex TI, StringRef TypeName) { in createBaseType() function in LVLogicalVisitor3234 LVType *Pointee = createBaseType(TI, TypeName.drop_back(1)); in createPointerType()3330 : createBaseType(TI, TypeName); in getElement()