Home | History | Annotate | Download | only in Serialization

Lines Matching refs:DOT

4416       DeclOrType DOT = DeclTypesToEmit.front();
4418 if (DOT.isType())
4419 WriteType(DOT.getType());
4421 WriteDecl(Context, DOT.getDecl());