Lines Matching refs:IdentLoc
67 SourceLocation IdentLoc; in ParseNamespace() local
77 IdentLoc = ConsumeToken(); // eat the identifier. in ParseNamespace()
104 return ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd); in ParseNamespace()
170 IdentLoc, Ident, T.getOpenLocation(), in ParseNamespace()
191 void Parser::ParseInnerNamespace(std::vector<SourceLocation>& IdentLoc, in ParseInnerNamespace() argument
216 NamespaceLoc[index], IdentLoc[index], in ParseInnerNamespace()
220 ParseInnerNamespace(IdentLoc, Ident, NamespaceLoc, ++index, InlineLoc, in ParseInnerNamespace()
258 SourceLocation IdentLoc = ConsumeToken(); in ParseNamespaceAlias() local
266 SS, IdentLoc, Ident); in ParseNamespaceAlias()
403 SourceLocation IdentLoc = SourceLocation(); in ParseUsingDirective() local
416 IdentLoc = ConsumeToken(); in ParseUsingDirective()
433 IdentLoc, NamespcName, attrs.getList()); in ParseUsingDirective()