Searched refs:getCurrentAttributes (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 237 ParsedAttributesView &getCurrentAttributes() const { in getCurrentAttributes() function in __anon632de2cd0111::TypeProcessingState 496 moveAttrFromListToList(attr, state.getCurrentAttributes(), in distributeObjCPointerTypeAttr() 512 moveAttrFromListToList(attr, state.getCurrentAttributes(), in distributeObjCPointerTypeAttr() 604 moveAttrFromListToList(attr, state.getCurrentAttributes(), in distributeFunctionTypeAttr() 653 state, attr, state.getCurrentAttributes(), declSpecType, CFT)) in distributeFunctionTypeAttrFromDeclSpec() 5069 state.getCurrentAttributes().hasAttribute(ParsedAttr::AT_NoDeref); in GetFullTypeForDeclarator() 7799 moveAttrFromListToList(attr, state.getCurrentAttributes(), in distributeNullabilityTypeAttr() 7905 state.getCurrentAttributes().begin(), state.getCurrentAttributes().end(), in checkMutualExclusion() 7907 if (OtherAttr == state.getCurrentAttributes().end() || OtherAttr->isInvalid()) in checkMutualExclusion()
|