Home | History | Annotate | Download | only in AST

Lines Matching refs:AtLoc

1131                                              SourceLocation atLoc,
1137 ObjCInterfaceDecl(C, DC, atLoc, Id, ClassLoc, PrevDecl, isInternal);
1155 SourceLocation AtLoc, IdentifierInfo *Id,
1159 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, AtLoc),
1613 SourceLocation AtLoc,
1621 new (C, DC) ObjCCategoryDecl(DC, AtLoc, ClassNameLoc, CategoryNameLoc, Id,
1819 SourceLocation AtLoc,
1823 return new (C, DC) ObjCPropertyDecl(DC, L, Id, AtLoc, LParenLoc, T);
1839 SourceLocation atLoc,
1845 return new (C, DC) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar,
1861 return SourceRange(AtLoc, EndLoc);