Lines Matching defs:IdLoc
563 SourceLocation StartLoc, SourceLocation IdLoc,
577 SourceLocation StartLoc, SourceLocation IdLoc,
1084 SourceLocation IdLoc, const IdentifierInfo *Id, QualType T,
1113 SourceLocation StartLoc, SourceLocation IdLoc,
1690 SourceLocation IdLoc, IdentifierInfo *Id,
1697 ImplicitParamDecl(ASTContext &C, DeclContext *DC, SourceLocation IdLoc,
1700 : VarDecl(ImplicitParam, C, DC, IdLoc, IdLoc, Id, Type,
1732 SourceLocation IdLoc, const IdentifierInfo *Id, QualType T,
1734 : VarDecl(DK, C, DC, StartLoc, IdLoc, Id, T, TInfo, S) {
1744 SourceLocation StartLoc, SourceLocation IdLoc,
3101 SourceLocation IdLoc, const IdentifierInfo *Id, QualType T,
3104 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), BitField(false),
3116 SourceLocation StartLoc, SourceLocation IdLoc,
3450 SourceLocation StartLoc, SourceLocation IdLoc,
3452 : TypeDecl(DK, DC, IdLoc, Id, StartLoc), redeclarable_base(C),
3537 SourceLocation IdLoc, const IdentifierInfo *Id,
3539 : TypedefNameDecl(Typedef, C, DC, StartLoc, IdLoc, Id, TInfo) {}
3543 SourceLocation StartLoc, SourceLocation IdLoc,
3561 SourceLocation IdLoc, const IdentifierInfo *Id,
3563 : TypedefNameDecl(TypeAlias, C, DC, StartLoc, IdLoc, Id, TInfo),
3568 SourceLocation StartLoc, SourceLocation IdLoc,
3905 SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl,
3976 SourceLocation StartLoc, SourceLocation IdLoc,
4178 SourceLocation StartLoc, SourceLocation IdLoc,
4183 SourceLocation StartLoc, SourceLocation IdLoc,