Home | History | Annotate | Download | only in AST

Lines Matching refs:IdLoc

1645                                    SourceLocation IdLoc, IdentifierInfo *Id,
1675 return new (C, DC) ObjCIvarDecl(DC, StartLoc, IdLoc, Id, T, TInfo, ac, BW,
1722 SourceLocation StartLoc, SourceLocation IdLoc,
1724 return new (C, DC) ObjCAtDefsFieldDecl(DC, StartLoc, IdLoc, Id, T, BW);