Searched refs:StubEnc (Results 1 – 1 of 1) sorted by relevance
6556 void addIncomplete(const IdentifierInfo *ID, std::string StubEnc);6650 std::string StubEnc) { in addIncomplete() argument6656 assert(!StubEnc.empty() && "Passing an empty string to addIncomplete()"); in addIncomplete()6658 E.Str.swap(StubEnc); in addIncomplete()6828 std::string StubEnc(Enc.substr(Start).str()); in appendRecordType() local6829 StubEnc += '}'; // StubEnc now holds a valid incomplete TypeString. in appendRecordType()6830 TSC.addIncomplete(ID, std::move(StubEnc)); in appendRecordType()