Searched refs:StubEnc (Results 1 – 1 of 1) sorted by relevance
7341 void addIncomplete(const IdentifierInfo *ID, std::string StubEnc);7439 std::string StubEnc) { in addIncomplete() argument7445 assert(!StubEnc.empty() && "Passing an empty string to addIncomplete()"); in addIncomplete()7447 E.Str.swap(StubEnc); in addIncomplete()7659 std::string StubEnc(Enc.substr(Start).str()); in appendRecordType() local7660 StubEnc += '}'; // StubEnc now holds a valid incomplete TypeString. in appendRecordType()7661 TSC.addIncomplete(ID, std::move(StubEnc)); in appendRecordType()