Home | History | Annotate | Download | only in AST

Lines Matching refs:atLoc

690                                              SourceLocation atLoc,
695 ObjCInterfaceDecl *Result = new (C) ObjCInterfaceDecl(DC, atLoc, Id, ClassLoc,
709 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id,
712 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, atLoc),
1071 SourceLocation AtLoc,
1078 ObjCCategoryDecl *CatDecl = new (C) ObjCCategoryDecl(DC, AtLoc, ClassNameLoc,
1282 SourceLocation AtLoc,
1286 return new (C) ObjCPropertyDecl(DC, L, Id, AtLoc, LParenLoc, T);
1303 SourceLocation atLoc,
1309 return new (C) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar,
1325 return SourceRange(AtLoc, EndLoc);