Home
last modified time | relevance | path

Searched refs:StubEnc (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DTargetInfo.cpp7341 void addIncomplete(const IdentifierInfo *ID, std::string StubEnc);
7439 std::string StubEnc) { in addIncomplete() argument
7445 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() local
7660 StubEnc += '}'; // StubEnc now holds a valid incomplete TypeString. in appendRecordType()
7661 TSC.addIncomplete(ID, std::move(StubEnc)); in appendRecordType()