• Home
  • Raw
  • Download

Lines Matching refs:scopeName

216                 IdentifierInfo *scopeName, SourceLocation scopeLoc,  in AttributeList()  argument
219 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange), in AttributeList()
230 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList() argument
237 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange), in AttributeList()
253 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList() argument
258 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange), in AttributeList()
273 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList() argument
276 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange), in AttributeList()
292 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList() argument
294 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange), in AttributeList()
305 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList() argument
308 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange), in AttributeList()
589 IdentifierInfo *scopeName, SourceLocation scopeLoc,
596 scopeName, scopeLoc,
602 IdentifierInfo *scopeName, SourceLocation scopeLoc, in create() argument
612 scopeName, scopeLoc, in create()
619 IdentifierInfo *scopeName, SourceLocation scopeLoc, in create() argument
627 scopeName, scopeLoc, in create()
634 IdentifierInfo *scopeName, SourceLocation scopeLoc, in createTypeTagForDatatype() argument
640 scopeName, scopeLoc, in createTypeTagForDatatype()
648 IdentifierInfo *scopeName, SourceLocation scopeLoc, in createTypeAttribute() argument
652 scopeName, scopeLoc, in createTypeAttribute()
658 IdentifierInfo *scopeName, SourceLocation scopeLoc, in createPropertyAttribute() argument
663 scopeName, scopeLoc, in createPropertyAttribute()
724 IdentifierInfo *scopeName, SourceLocation scopeLoc,
729 pool.create(attrName, attrRange, scopeName, scopeLoc, args, numArgs,
737 IdentifierInfo *scopeName, SourceLocation scopeLoc, in addNew() argument
746 pool.create(attrName, attrRange, scopeName, scopeLoc, Param, introduced, in addNew()
754 IdentifierInfo *scopeName, SourceLocation scopeLoc, in addNew() argument
760 pool.create(attrName, attrRange, scopeName, scopeLoc, in addNew()
769 IdentifierInfo *scopeName, SourceLocation scopeLoc, in addNewTypeTagForDatatype() argument
775 scopeName, scopeLoc, in addNewTypeTagForDatatype()
785 IdentifierInfo *scopeName, SourceLocation scopeLoc, in addNewTypeAttr() argument
788 pool.createTypeAttribute(attrName, attrRange, scopeName, scopeLoc, in addNewTypeAttr()
797 IdentifierInfo *scopeName, SourceLocation scopeLoc, in addNewPropertyAttr() argument
801 pool.createPropertyAttribute(attrName, attrRange, scopeName, scopeLoc, in addNewPropertyAttr()