Home | History | Annotate | Download | only in AST

Lines Matching refs:AtLoc

1053                                              SourceLocation atLoc,
1058 ObjCInterfaceDecl *Result = new (C) ObjCInterfaceDecl(DC, atLoc, Id, ClassLoc,
1076 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id,
1079 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, atLoc),
1545 SourceLocation AtLoc,
1552 ObjCCategoryDecl *CatDecl = new (C) ObjCCategoryDecl(DC, AtLoc, ClassNameLoc,
1757 SourceLocation AtLoc,
1761 return new (C) ObjCPropertyDecl(DC, L, Id, AtLoc, LParenLoc, T);
1778 SourceLocation atLoc,
1784 return new (C) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar,
1800 return SourceRange(AtLoc, EndLoc);