Lines Matching refs:Ident
75 IdentifierInfo *Ident = nullptr; in ParseNamespace() local
103 Ident = Tok.getIdentifierInfo(); in ParseNamespace()
119 Info.Ident = Tok.getIdentifierInfo(); in ParseNamespace()
135 if (!Ident) { in ParseNamespace()
146 Decl *NSAlias = ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd); in ParseNamespace()
152 if (Ident) in ParseNamespace()
199 NamespaceFix += ExtraNS.Ident->getName(); in ParseNamespace()
230 getCurScope(), InlineLoc, NamespaceLoc, IdentLoc, Ident, in ParseNamespace()
278 InnerNSs[index].IdentLoc, InnerNSs[index].Ident, in ParseInnerNamespace()
331 IdentifierInfo *Ident = Tok.getIdentifierInfo(); in ParseNamespaceAlias() local
340 Alias, SS, IdentLoc, Ident); in ParseNamespaceAlias()
4293 IdentifierInfo *Ident = TryParseCXX11AttributeIdentifier(IdentLoc); in ParseOpenMPAttributeArgs() local
4297 if (Ident && Ident->isStr("omp") && !ExpectAndConsume(tok::coloncolon)) in ParseOpenMPAttributeArgs()
4298 Ident = TryParseCXX11AttributeIdentifier(IdentLoc); in ParseOpenMPAttributeArgs()
4302 if (!Ident || (!Ident->isStr("directive") && !Ident->isStr("sequence"))) { in ParseOpenMPAttributeArgs()
4309 ParseOpenMPAttributeArgs(Ident, OpenMPTokens); in ParseOpenMPAttributeArgs()