Lines Matching defs:IdentLoc
77 SourceLocation IdentLoc;
97 IdentLoc = ConsumeToken(); // eat the identifier.
113 Info.IdentLoc = ConsumeToken();
140 ExtraNSs.back().IdentLoc);
149 Decl *NSAlias = ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd);
194 ExtraNSs.back().IdentLoc);
212 ExtraNSs.back().IdentLoc),
233 getCurScope(), InlineLoc, NamespaceLoc, IdentLoc, Ident,
281 InnerNSs[index].IdentLoc, InnerNSs[index].Ident,
335 SourceLocation IdentLoc = ConsumeToken();
343 Alias, SS, IdentLoc, Ident);
573 SourceLocation IdentLoc = SourceLocation();
593 IdentLoc = ConsumeToken();
610 IdentLoc, NamespcName, attrs);
759 SourceLocation IdentLoc = ConsumeToken();
762 *IdentInfo, IdentLoc, getCurScope(), &SS, /*isClassName=*/true,
768 getCurScope(), AS, UsingLoc, UELoc, IdentLoc, *IdentInfo, Type, &SS);
4670 SourceLocation IdentLoc;
4671 const IdentifierInfo *Ident = TryParseCXX11AttributeIdentifier(IdentLoc);
4676 Ident = TryParseCXX11AttributeIdentifier(IdentLoc);