Home | History | Annotate | Download | only in Serialization

Lines Matching refs:DOT

4338       DeclOrType DOT = DeclTypesToEmit.front();
4340 if (DOT.isType())
4341 WriteType(DOT.getType());
4343 WriteDecl(Context, DOT.getDecl());