Lines Matching refs:IdentLoc
71 SourceLocation IdentLoc; in ParseNamespace() local
89 IdentLoc = ConsumeToken(); // eat the identifier. in ParseNamespace()
119 Decl *NSAlias = ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd); in ParseNamespace()
187 IdentLoc, Ident, T.getOpenLocation(), in ParseNamespace()
209 void Parser::ParseInnerNamespace(std::vector<SourceLocation> &IdentLoc, in ParseInnerNamespace() argument
238 NamespaceLoc[index], IdentLoc[index], in ParseInnerNamespace()
244 ParseInnerNamespace(IdentLoc, Ident, NamespaceLoc, ++index, InlineLoc, in ParseInnerNamespace()
281 SourceLocation IdentLoc = ConsumeToken(); in ParseNamespaceAlias() local
289 Alias, SS, IdentLoc, Ident); in ParseNamespaceAlias()
448 SourceLocation IdentLoc = SourceLocation(); in ParseUsingDirective() local
461 IdentLoc = ConsumeToken(); in ParseUsingDirective()
478 IdentLoc, NamespcName, attrs.getList()); in ParseUsingDirective()