Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp10154 void addIncomplete(const IdentifierInfo *ID, std::string StubEnc);
10257 std::string StubEnc) { in addIncomplete() argument
10263 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() local
10570 StubEnc += '}'; // StubEnc now holds a valid incomplete TypeString. in appendRecordType()
10571 TSC.addIncomplete(ID, std::move(StubEnc)); in appendRecordType()