Searched refs:StubEnc (Results 1 – 1 of 1) sorted by relevance
10154 void addIncomplete(const IdentifierInfo *ID, std::string StubEnc);10257 std::string StubEnc) { in addIncomplete() argument10263 assert(!StubEnc.empty() && "Passing an empty string to addIncomplete()"); in addIncomplete()10265 E.Str.swap(StubEnc); in addIncomplete()10569 std::string StubEnc(Enc.substr(Start).str()); in appendRecordType() local10570 StubEnc += '}'; // StubEnc now holds a valid incomplete TypeString. in appendRecordType()10571 TSC.addIncomplete(ID, std::move(StubEnc)); in appendRecordType()