Home | History | Annotate | Download | only in Serialization

Lines Matching refs:SemaDeclRefs

2405       SemaDeclRefs.clear();
2407 SemaDeclRefs.push_back(getGlobalDeclID(F, Record[I]));
5832 if (!SemaDeclRefs.empty()) {
5833 assert(SemaDeclRefs.size() == 2 && "More decl refs than expected!");
5835 SemaObj->StdNamespace = SemaDeclRefs[0];
5837 SemaObj->StdBadAlloc = SemaDeclRefs[1];