Home
last modified time | relevance | path

Searched refs:getAttrListRef (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaType.cpp164 return declarator.getTypeObject(chunkIndex).getAttrListRef(); in getCurrentAttrListRef()
308 chunk.getAttrListRef()); in distributeObjCPointerTypeAttr()
368 moveAttrFromListToList(attr, declarator.getAttrListRef(), in distributeObjCPointerTypeAttrFromDeclarator()
377 moveAttrFromListToList(attr, declarator.getAttrListRef(), in distributeObjCPointerTypeAttrFromDeclarator()
378 declarator.getTypeObject(innermost).getAttrListRef()); in distributeObjCPointerTypeAttrFromDeclarator()
383 spliceAttrOutOfList(attr, declarator.getAttrListRef()); in distributeObjCPointerTypeAttrFromDeclarator()
403 chunk.getAttrListRef()); in distributeFunctionTypeAttr()
434 moveAttrFromListToList(attr, attrList, chunk.getAttrListRef()); in distributeFunctionTypeAttrToInnermost()
475 declarator.getAttrListRef(), in distributeFunctionTypeAttrFromDeclarator()
481 spliceAttrOutOfList(attr, declarator.getAttrListRef()); in distributeFunctionTypeAttrFromDeclarator()
[all …]
/external/clang/include/clang/Sema/
DDeclSpec.h1313 AttributeList *&getAttrListRef() { in getAttrListRef() function
1754 DeclTypeInfo.back().getAttrListRef() = attrs.getList(); in AddTypeInfo()
1883 AttributeList *&getAttrListRef() { return Attrs.getListRef(); } in getAttrListRef() function