Home | History | Annotate | Download | only in AST

Lines Matching full:identifierinfo

437                     IdentifierInfo *Id, SourceLocation nameLoc,
487 ObjCIvarDecl *getIvarDecl(IdentifierInfo *Id) const;
489 ObjCPropertyDecl *FindPropertyDeclaration(IdentifierInfo *PropertyId) const;
584 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id,
591 IdentifierInfo *Id,
611 ObjCCategoryDecl *FindCategoryDeclaration(IdentifierInfo *CategoryId) const;
732 *FindPropertyVisibleInPrimaryClass(IdentifierInfo *PropertyId) const;
758 ObjCIvarDecl *lookupInstanceVariable(IdentifierInfo *IVarName,
760 ObjCIvarDecl *lookupInstanceVariable(IdentifierInfo *IVarName) {
774 ObjCInterfaceDecl *lookupInheritedClass(const IdentifierInfo *ICName);
835 SourceLocation IdLoc, IdentifierInfo *Id,
845 IdentifierInfo *Id, QualType T,
891 SourceLocation IdLoc, IdentifierInfo *Id,
900 SourceLocation IdLoc, IdentifierInfo *Id,
942 ObjCProtocolDecl(DeclContext *DC, IdentifierInfo *Id,
952 IdentifierInfo *Id,
979 ObjCProtocolDecl *lookupProtocolNamed(IdentifierInfo *PName);
1132 IdentifierInfo *Id, ObjCInterfaceDecl *IDecl)
1143 IdentifierInfo *Id,
1240 ObjCPropertyImplDecl *FindPropertyImplDecl(IdentifierInfo *propertyId) const;
1241 ObjCPropertyImplDecl *FindPropertyImplIvarDecl(IdentifierInfo *ivarId) const;
1274 IdentifierInfo *Id;
1276 ObjCCategoryImplDecl(DeclContext *DC, IdentifierInfo *Id,
1283 IdentifierInfo *Id,
1296 IdentifierInfo *getIdentifier() const {
1299 void setIdentifier(IdentifierInfo *II) { Id = II; }
1418 IdentifierInfo *getIdentifier() const {
1484 ObjCCompatibleAliasDecl(DeclContext *DC, SourceLocation L, IdentifierInfo *Id,
1489 SourceLocation L, IdentifierInfo *Id,
1547 ObjCPropertyDecl(DeclContext *DC, SourceLocation L, IdentifierInfo *Id,
1559 IdentifierInfo *Id, SourceLocation AtLocation,
1661 IdentifierInfo *propertyID);