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,
3003 SourceLocation StartLoc, SourceLocation IdLoc,
3006 : NamedDecl(Namespace, DC, IdLoc, Id), DeclContext(Namespace),
3015 SourceLocation IdLoc, IdentifierInfo *Id,
3018 NamespaceDecl(C, DC, Inline, StartLoc, IdLoc, Id, PrevDecl, Nested);
3352 SourceLocation IdLoc, IdentifierInfo *Id) {
3353 return new (C, DC) BindingDecl(DC, IdLoc, Id);