Home | History | Annotate | Download | only in AST

Lines Matching refs:IdLoc

88                              SourceLocation IdLoc, IdentifierInfo *Id,
90 : RecordDecl(K, TK, C, DC, StartLoc, IdLoc, Id, PrevDecl),
97 SourceLocation IdLoc, IdentifierInfo *Id,
101 IdLoc, Id, PrevDecl);
1996 SourceLocation StartLoc, SourceLocation IdLoc,
1998 : NamedDecl(Namespace, DC, IdLoc, Id), DeclContext(Namespace),
2009 SourceLocation IdLoc, IdentifierInfo *Id,
2011 return new (C, DC) NamespaceDecl(C, DC, Inline, StartLoc, IdLoc, Id,