Searched refs:getCurrentAttributes (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaType.cpp | 248 ParsedAttributesView &getCurrentAttributes() const { in getCurrentAttributes() function in __anoncd0d9eb00111::TypeProcessingState 506 moveAttrFromListToList(attr, state.getCurrentAttributes(), in distributeObjCPointerTypeAttr() 522 moveAttrFromListToList(attr, state.getCurrentAttributes(), in distributeObjCPointerTypeAttr() 614 moveAttrFromListToList(attr, state.getCurrentAttributes(), in distributeFunctionTypeAttr() 663 state, attr, state.getCurrentAttributes(), declSpecType, CFT)) in distributeFunctionTypeAttrFromDeclSpec() 4582 state.getCurrentAttributes().hasAttribute(ParsedAttr::AT_NoDeref); in GetFullTypeForDeclarator() 7382 moveAttrFromListToList(attr, state.getCurrentAttributes(), in distributeNullabilityTypeAttr() 7597 state.getCurrentAttributes().begin(), state.getCurrentAttributes().end(), in checkMutualExclusion() 7599 if (OtherAttr == state.getCurrentAttributes().end() || OtherAttr->isInvalid()) in checkMutualExclusion()
|