Lines Matching defs:IdLoc
126 SourceLocation IdLoc, IdentifierInfo *Id,
128 : RecordDecl(K, TK, C, DC, StartLoc, IdLoc, Id, PrevDecl),
134 SourceLocation IdLoc, IdentifierInfo *Id,
137 auto *R = new (C, DC) CXXRecordDecl(CXXRecord, TK, C, DC, StartLoc, IdLoc, Id,
3124 SourceLocation StartLoc, SourceLocation IdLoc,
3127 : NamedDecl(Namespace, DC, IdLoc, Id), DeclContext(Namespace),
3136 SourceLocation IdLoc, IdentifierInfo *Id,
3139 NamespaceDecl(C, DC, Inline, StartLoc, IdLoc, Id, PrevDecl, Nested);
3472 SourceLocation IdLoc, IdentifierInfo *Id,
3474 return new (C, DC) BindingDecl(DC, IdLoc, Id, T);