Home | History | Annotate | Download | only in Serialization

Lines Matching refs:UndefinedButUsed

2547       if (UndefinedButUsed.size() % 2 != 0) {
2548 Error("Invalid existing UndefinedButUsed");
2557 UndefinedButUsed.push_back(getGlobalDeclID(F, Record[I++]));
2558 UndefinedButUsed.push_back(
6044 for (unsigned Idx = 0, N = UndefinedButUsed.size(); Idx != N;) {
6045 NamedDecl *D = cast<NamedDecl>(GetDecl(UndefinedButUsed[Idx++]));
6047 SourceLocation::getFromRawEncoding(UndefinedButUsed[Idx++]);