Lines Matching refs:Ident
78 IdentifierInfo *Ident = nullptr; in ParseNamespace() local
106 Ident = Tok.getIdentifierInfo(); in ParseNamespace()
122 Info.Ident = Tok.getIdentifierInfo(); in ParseNamespace()
138 if (!Ident) { in ParseNamespace()
157 Decl *NSAlias = ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd); in ParseNamespace()
163 if (Ident) in ParseNamespace()
210 NamespaceFix += ExtraNS.Ident->getName(); in ParseNamespace()
241 getCurScope(), InlineLoc, NamespaceLoc, IdentLoc, Ident, in ParseNamespace()
289 InnerNSs[index].IdentLoc, InnerNSs[index].Ident, in ParseInnerNamespace()
342 IdentifierInfo *Ident = Tok.getIdentifierInfo(); in ParseNamespaceAlias() local
351 Alias, SS, IdentLoc, Ident); in ParseNamespaceAlias()
4560 const IdentifierInfo *Ident = TryParseCXX11AttributeIdentifier(IdentLoc); in ParseOpenMPAttributeArgs() local
4564 if (Ident && Ident->isStr("omp") && !ExpectAndConsume(tok::coloncolon)) in ParseOpenMPAttributeArgs()
4565 Ident = TryParseCXX11AttributeIdentifier(IdentLoc); in ParseOpenMPAttributeArgs()
4569 if (!Ident || (!Ident->isStr("directive") && !Ident->isStr("sequence"))) { in ParseOpenMPAttributeArgs()
4576 ParseOpenMPAttributeArgs(Ident, OpenMPTokens); in ParseOpenMPAttributeArgs()