Home | History | Annotate | Download | only in Serialization

Lines Matching refs:NS

6755       NamespaceDecl *NS = ReadDeclAs<NamespaceDecl>(F, Record, Idx);
6756 NNS = NestedNameSpecifier::Create(Context, Prev, NS);
6805 NamespaceDecl *NS = ReadDeclAs<NamespaceDecl>(F, Record, Idx);
6807 Builder.Extend(Context, NS, Range.getBegin(), Range.getEnd());