Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp555 TypeProcessingState &state, ParsedAttr &attr, QualType &declSpecType) { in distributeObjCPointerTypeAttrFromDeclarator() argument
587 if (handleObjCPointerTypeAttr(state, attr, declSpecType)) { in distributeObjCPointerTypeAttrFromDeclarator()
648 ParsedAttributesView &attrList, QualType &declSpecType, in distributeFunctionTypeAttrToInnermost() argument
661 return handleFunctionTypeAttr(state, attr, declSpecType, CFT); in distributeFunctionTypeAttrToInnermost()
668 QualType &declSpecType, in distributeFunctionTypeAttrFromDeclSpec() argument
674 state, attr, state.getCurrentAttributes(), declSpecType, CFT)) in distributeFunctionTypeAttrFromDeclSpec()
688 QualType &declSpecType, in distributeFunctionTypeAttrFromDeclarator() argument
694 state, attr, declarator.getAttributes(), declSpecType, CFT)) in distributeFunctionTypeAttrFromDeclarator()
716 QualType &declSpecType, in distributeTypeAttrsFromDeclarator() argument
730 distributeObjCPointerTypeAttrFromDeclarator(state, attr, declSpecType); in distributeTypeAttrsFromDeclarator()
[all …]