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.cpp544 TypeProcessingState &state, ParsedAttr &attr, QualType &declSpecType) { in distributeObjCPointerTypeAttrFromDeclarator() argument
576 if (handleObjCPointerTypeAttr(state, attr, declSpecType)) { in distributeObjCPointerTypeAttrFromDeclarator()
637 ParsedAttributesView &attrList, QualType &declSpecType, in distributeFunctionTypeAttrToInnermost() argument
650 return handleFunctionTypeAttr(state, attr, declSpecType, CFT); in distributeFunctionTypeAttrToInnermost()
657 QualType &declSpecType, in distributeFunctionTypeAttrFromDeclSpec() argument
663 state, attr, state.getCurrentAttributes(), declSpecType, CFT)) in distributeFunctionTypeAttrFromDeclSpec()
677 QualType &declSpecType, in distributeFunctionTypeAttrFromDeclarator() argument
683 state, attr, declarator.getAttributes(), declSpecType, CFT)) in distributeFunctionTypeAttrFromDeclarator()
705 QualType &declSpecType, in distributeTypeAttrsFromDeclarator() argument
719 distributeObjCPointerTypeAttrFromDeclarator(state, attr, declSpecType); in distributeTypeAttrsFromDeclarator()
[all …]