Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp92 void addIncomplete(const IdentifierInfo *ID, std::string StubEnc);
195 std::string StubEnc) { in addIncomplete() argument
201 assert(!StubEnc.empty() && "Passing an empty string to addIncomplete()"); in addIncomplete()
203 E.Str.swap(StubEnc); in addIncomplete()
388 std::string StubEnc(Enc.substr(Start).str()); in appendRecordType() local
389 StubEnc += '}'; // StubEnc now holds a valid incomplete TypeString. in appendRecordType()
390 TSC.addIncomplete(ID, std::move(StubEnc)); in appendRecordType()