Lines Matching refs:IdentifierInfo
497 IdentifierInfo *Id, SourceLocation nameLoc,
550 ObjCIvarDecl *getIvarDecl(IdentifierInfo *Id) const;
552 ObjCPropertyDecl *FindPropertyDeclaration(IdentifierInfo *PropertyId) const;
554 typedef llvm::DenseMap<IdentifierInfo*, ObjCPropertyDecl*> PropertyMap;
677 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id,
712 IdentifierInfo *Id,
742 ObjCCategoryDecl *FindCategoryDeclaration(IdentifierInfo *CategoryId) const;
883 if (IdentifierInfo *II = getIdentifier()) {
1105 *FindPropertyVisibleInPrimaryClass(IdentifierInfo *PropertyId) const;
1132 ObjCIvarDecl *lookupInstanceVariable(IdentifierInfo *IVarName,
1134 ObjCIvarDecl *lookupInstanceVariable(IdentifierInfo *IVarName) {
1139 ObjCProtocolDecl *lookupNestedProtocol(IdentifierInfo *Name);
1154 ObjCInterfaceDecl *lookupInheritedClass(const IdentifierInfo *ICName);
1250 SourceLocation IdLoc, IdentifierInfo *Id,
1260 IdentifierInfo *Id, QualType T,
1306 SourceLocation IdLoc, IdentifierInfo *Id,
1315 IdentifierInfo *Id,
1379 ObjCProtocolDecl(DeclContext *DC, IdentifierInfo *Id,
1398 IdentifierInfo *Id,
1450 ObjCProtocolDecl *lookupProtocolNamed(IdentifierInfo *PName);
1469 if (IdentifierInfo *II = getIdentifier()) {
1572 IdentifierInfo *Id, ObjCInterfaceDecl *IDecl,
1587 IdentifierInfo *Id,
1694 ObjCPropertyImplDecl *FindPropertyImplDecl(IdentifierInfo *propertyId) const;
1695 ObjCPropertyImplDecl *FindPropertyImplIvarDecl(IdentifierInfo *ivarId) const;
1729 IdentifierInfo *Id;
1734 ObjCCategoryImplDecl(DeclContext *DC, IdentifierInfo *Id,
1742 IdentifierInfo *Id,
1757 IdentifierInfo *getIdentifier() const {
1760 void setIdentifier(IdentifierInfo *II) { Id = II; }
1895 IdentifierInfo *getIdentifier() const {
1957 ObjCCompatibleAliasDecl(DeclContext *DC, SourceLocation L, IdentifierInfo *Id,
1962 SourceLocation L, IdentifierInfo *Id,
2026 ObjCPropertyDecl(DeclContext *DC, SourceLocation L, IdentifierInfo *Id,
2040 IdentifierInfo *Id, SourceLocation AtLocation,
2148 IdentifierInfo *getDefaultSynthIvarName(ASTContext &Ctx) const;
2152 IdentifierInfo *propertyID);