Home | History | Annotate | Download | only in AST

Lines Matching refs:AtLoc

1009                                              SourceLocation atLoc,
1014 ObjCInterfaceDecl *Result = new (C) ObjCInterfaceDecl(DC, atLoc, Id, ClassLoc,
1032 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id,
1035 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, atLoc),
1477 SourceLocation AtLoc,
1484 ObjCCategoryDecl *CatDecl = new (C) ObjCCategoryDecl(DC, AtLoc, ClassNameLoc,
1688 SourceLocation AtLoc,
1692 return new (C) ObjCPropertyDecl(DC, L, Id, AtLoc, LParenLoc, T);
1709 SourceLocation atLoc,
1715 return new (C) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar,
1731 return SourceRange(AtLoc, EndLoc);