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