• Home
  • Raw
  • Download

Lines Matching refs:IdentifierInfo

29   class IdentifierInfo;  variable
52 IdentifierInfo *Ident;
55 IdentifierInfo *Ident);
89 IdentifierInfo *AttrName;
90 IdentifierInfo *ScopeName;
167 IdentifierInfo *GetterId, *SetterId;
168 PropertyData(IdentifierInfo *getterId, IdentifierInfo *setterId) in PropertyData()
215 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, in AttributeList()
216 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList()
229 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, in AttributeList()
230 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList()
252 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, in AttributeList()
253 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList()
272 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, in AttributeList()
273 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList()
291 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, in AttributeList()
292 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList()
304 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, in AttributeList()
305 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList()
306 IdentifierInfo *getterId, IdentifierInfo *setterId, in AttributeList()
329 IdentifierInfo *getName() const { return AttrName; } in getName()
334 IdentifierInfo *getScopeName() const { return ScopeName; } in getScopeName()
365 static Kind getKind(const IdentifierInfo *Name, const IdentifierInfo *Scope,
580 AttributeList *create(IdentifierInfo *attrName, SourceRange attrRange,
581 IdentifierInfo *scopeName, SourceLocation scopeLoc,
593 AttributeList *create(IdentifierInfo *attrName, SourceRange attrRange, in create()
594 IdentifierInfo *scopeName, SourceLocation scopeLoc, in create()
610 AttributeList *create(IdentifierInfo *attrName, SourceRange attrRange, in create()
611 IdentifierInfo *scopeName, SourceLocation scopeLoc, in create()
625 IdentifierInfo *attrName, SourceRange attrRange, in createTypeTagForDatatype()
626 IdentifierInfo *scopeName, SourceLocation scopeLoc, in createTypeTagForDatatype()
639 IdentifierInfo *attrName, SourceRange attrRange, in createTypeAttribute()
640 IdentifierInfo *scopeName, SourceLocation scopeLoc, in createTypeAttribute()
649 IdentifierInfo *attrName, SourceRange attrRange, in createPropertyAttribute()
650 IdentifierInfo *scopeName, SourceLocation scopeLoc, in createPropertyAttribute()
651 IdentifierInfo *getterId, IdentifierInfo *setterId, in createPropertyAttribute()
715 AttributeList *addNew(IdentifierInfo *attrName, SourceRange attrRange,
716 IdentifierInfo *scopeName, SourceLocation scopeLoc,
728 AttributeList *addNew(IdentifierInfo *attrName, SourceRange attrRange, in addNew()
729 IdentifierInfo *scopeName, SourceLocation scopeLoc, in addNew()
745 AttributeList *addNew(IdentifierInfo *attrName, SourceRange attrRange, in addNew()
746 IdentifierInfo *scopeName, SourceLocation scopeLoc, in addNew()
760 IdentifierInfo *attrName, SourceRange attrRange, in addNewTypeTagForDatatype()
761 IdentifierInfo *scopeName, SourceLocation scopeLoc, in addNewTypeTagForDatatype()
776 addNewTypeAttr(IdentifierInfo *attrName, SourceRange attrRange, in addNewTypeAttr()
777 IdentifierInfo *scopeName, SourceLocation scopeLoc, in addNewTypeAttr()
788 addNewPropertyAttr(IdentifierInfo *attrName, SourceRange attrRange, in addNewPropertyAttr()
789 IdentifierInfo *scopeName, SourceLocation scopeLoc, in addNewPropertyAttr()
790 IdentifierInfo *getterId, IdentifierInfo *setterId, in addNewPropertyAttr()