Searched refs:getCurrentAttributes (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 225 ParsedAttributesView &getCurrentAttributes() const { in getCurrentAttributes() function in __anon6036cc870111::TypeProcessingState 481 moveAttrFromListToList(attr, state.getCurrentAttributes(), in distributeObjCPointerTypeAttr() 497 moveAttrFromListToList(attr, state.getCurrentAttributes(), in distributeObjCPointerTypeAttr() 589 moveAttrFromListToList(attr, state.getCurrentAttributes(), in distributeFunctionTypeAttr() 638 moveAttrFromListToList(attr, state.getCurrentAttributes(), in distributeFunctionTypeAttrFromDeclSpec() 645 state, attr, state.getCurrentAttributes(), declSpecType)) in distributeFunctionTypeAttrFromDeclSpec() 4738 state.getCurrentAttributes().hasAttribute(ParsedAttr::AT_NoDeref); in GetFullTypeForDeclarator() 7248 moveAttrFromListToList(attr, state.getCurrentAttributes(), in distributeNullabilityTypeAttr()
|