Home | History | Annotate | Download | only in Serialization

Lines Matching refs:DOT

4486       DeclOrType DOT = DeclTypesToEmit.front();
4488 if (DOT.isType())
4489 WriteType(DOT.getType());
4491 WriteDecl(Context, DOT.getDecl());