Searched refs:addTypeInfo (Results 1 – 3 of 3) sorted by relevance
532 void addTypeInfo(unsigned index, NullabilityKind kind) { in addTypeInfo() function552 addTypeInfo(ReturnInfoIndex, kind); in addReturnTypeInfo()557 addTypeInfo(index + 1, kind); in addParamTypeInfo()628 addTypeInfo(0, *Nullable);
281 static void addTypeInfo(pdb::TpiStreamBuilder &tpiBuilder, in addTypeInfo() function1191 addTypeInfo(builder.getTpiBuilder(), tMerger.getTypeTable()); in addObjectsToPDB()1192 addTypeInfo(builder.getIpiBuilder(), tMerger.getIDTable()); in addObjectsToPDB()
715 OutInfo.addTypeInfo(idx++, N); in convertNullability()718 OutInfo.addTypeInfo(0, ReturnNullability ? *ReturnNullability in convertNullability()