Searched refs:StubEnc (Results 1 – 1 of 1) sorted by relevance
6425 void addIncomplete(const IdentifierInfo *ID, std::string StubEnc);6519 std::string StubEnc) { in addIncomplete() argument6525 assert(!StubEnc.empty() && "Passing an empty string to addIncomplete()"); in addIncomplete()6527 E.Str.swap(StubEnc); in addIncomplete()6696 std::string StubEnc(Enc.substr(Start).str()); in appendRecordType() local6697 StubEnc += '}'; // StubEnc now holds a valid incomplete TypeString. in appendRecordType()6698 TSC.addIncomplete(ID, std::move(StubEnc)); in appendRecordType()