Home | History | Annotate | Download | only in Serialization

Lines Matching refs:SemaDeclRefs

2529       SemaDeclRefs.clear();
2531 SemaDeclRefs.push_back(getGlobalDeclID(F, Record[I]));
6120 if (!SemaDeclRefs.empty()) {
6121 assert(SemaDeclRefs.size() == 2 && "More decl refs than expected!");
6123 SemaObj->StdNamespace = SemaDeclRefs[0];
6125 SemaObj->StdBadAlloc = SemaDeclRefs[1];