Lines Matching defs:NS
993 auto *NS = new (allocator()) syntax::IdentifierNameSpecifier;
994 Builder.foldNode(NameSpecifierTokens, NS, nullptr);
995 return NS;
1003 auto *NS = new (allocator()) syntax::SimpleTemplateNameSpecifier;
1004 Builder.foldNode(NameSpecifierTokens, NS, nullptr);
1005 return NS;
1011 auto *NS = new (allocator()) syntax::DecltypeNameSpecifier;
1016 Builder.foldNode(NameSpecifierTokens, NS, nullptr);
1017 return NS;
1032 auto *NS = buildNameSpecifier(It);
1033 if (!NS)
1035 Builder.markChild(NS, syntax::NodeRole::ListElement);