Searched refs:attrRange (Results 1 – 1 of 1) sorted by relevance
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 151 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, in AttributeList() argument 157 AttrRange(attrRange), ScopeLoc(scopeLoc), ParmLoc(parmLoc), in AttributeList() 166 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, in AttributeList() argument 176 AttrRange(attrRange), ScopeLoc(scopeLoc), ParmLoc(parmLoc), in AttributeList() 189 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, in AttributeList() argument 196 AttrRange(attrRange), ScopeLoc(scopeLoc), ParmLoc(argumentKindLoc), in AttributeList() 447 AttributeList *create(IdentifierInfo *attrName, SourceRange attrRange, in create() argument 454 return add(new (memory) AttributeList(attrName, attrRange, in create() 460 AttributeList *create(IdentifierInfo *attrName, SourceRange attrRange, in create() argument 470 return add(new (memory) AttributeList(attrName, attrRange, in create() [all …]
|