Home | History | Annotate | Download | only in AST

Lines Matching refs:IdLoc

1400                                    SourceLocation IdLoc, IdentifierInfo *Id,
1430 return new (C, DC) ObjCIvarDecl(DC, StartLoc, IdLoc, Id, T, TInfo, ac, BW,
1472 SourceLocation StartLoc, SourceLocation IdLoc,
1474 return new (C, DC) ObjCAtDefsFieldDecl(DC, StartLoc, IdLoc, Id, T, BW);