Lines Matching defs:IdentLoc
77 SourceLocation IdentLoc;
107 IdentLoc = ConsumeToken(); // eat the identifier.
123 Info.IdentLoc = ConsumeToken();
148 ExtraNSs.back().IdentLoc);
157 Decl *NSAlias = ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd);
202 ExtraNSs.back().IdentLoc);
220 ExtraNSs.back().IdentLoc),
241 getCurScope(), InlineLoc, NamespaceLoc, IdentLoc, Ident,
289 InnerNSs[index].IdentLoc, InnerNSs[index].Ident,
343 SourceLocation IdentLoc = ConsumeToken();
351 Alias, SS, IdentLoc, Ident);
569 SourceLocation IdentLoc = SourceLocation();
589 IdentLoc = ConsumeToken();
606 IdentLoc, NamespcName, attrs);
755 SourceLocation IdentLoc = ConsumeToken();
758 *IdentInfo, IdentLoc, getCurScope(), &SS, /*isClassName=*/true,
764 getCurScope(), AS, UsingLoc, UELoc, IdentLoc, *IdentInfo, Type, &SS);
4559 SourceLocation IdentLoc;
4560 const IdentifierInfo *Ident = TryParseCXX11AttributeIdentifier(IdentLoc);
4565 Ident = TryParseCXX11AttributeIdentifier(IdentLoc);