Home | History | Annotate | Download | only in Serialization

Lines Matching refs:NS

8041       NamespaceDecl *NS = ReadDeclAs<NamespaceDecl>(F, Record, Idx);
8042 NNS = NestedNameSpecifier::Create(Context, Prev, NS);
8097 NamespaceDecl *NS = ReadDeclAs<NamespaceDecl>(F, Record, Idx);
8099 Builder.Extend(Context, NS, Range.getBegin(), Range.getEnd());