Searched refs:getCurrentAttributes (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 248 ParsedAttributesView &getCurrentAttributes() const { in getCurrentAttributes() function in __anonc2847d970111::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()
|