Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp443 QualType &declSpecType) { in distributeObjCPointerTypeAttrFromDeclarator() argument
474 if (handleObjCPointerTypeAttr(state, attr, declSpecType)) { in distributeObjCPointerTypeAttrFromDeclarator()
537 QualType &declSpecType) { in distributeFunctionTypeAttrToInnermost() argument
549 return handleFunctionTypeAttr(state, attr, declSpecType); in distributeFunctionTypeAttrToInnermost()
557 QualType &declSpecType) { in distributeFunctionTypeAttrFromDeclSpec() argument
572 declSpecType)) in distributeFunctionTypeAttrFromDeclSpec()
585 QualType &declSpecType) { in distributeFunctionTypeAttrFromDeclarator() argument
591 declSpecType)) in distributeFunctionTypeAttrFromDeclarator()
610 QualType &declSpecType) { in distributeTypeAttrsFromDeclarator() argument
625 distributeObjCPointerTypeAttrFromDeclarator(state, *attr, declSpecType); in distributeTypeAttrsFromDeclarator()
[all …]