Searched refs:declSpecType (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaType.cpp | 520 TypeProcessingState &state, ParsedAttr &attr, QualType &declSpecType) { in distributeObjCPointerTypeAttrFromDeclarator() argument 552 if (handleObjCPointerTypeAttr(state, attr, declSpecType)) { in distributeObjCPointerTypeAttrFromDeclarator() 613 ParsedAttributesView &attrList, QualType &declSpecType) { in distributeFunctionTypeAttrToInnermost() argument 625 return handleFunctionTypeAttr(state, attr, declSpecType); in distributeFunctionTypeAttrToInnermost() 632 QualType &declSpecType) { in distributeFunctionTypeAttrFromDeclSpec() argument 637 state, attr, state.getCurrentAttributes(), declSpecType)) in distributeFunctionTypeAttrFromDeclSpec() 651 QualType &declSpecType) { in distributeFunctionTypeAttrFromDeclarator() argument 656 state, attr, declarator.getAttributes(), declSpecType)) in distributeFunctionTypeAttrFromDeclarator() 678 QualType &declSpecType) { in distributeTypeAttrsFromDeclarator() argument 691 distributeObjCPointerTypeAttrFromDeclarator(state, attr, declSpecType); in distributeTypeAttrsFromDeclarator() [all …]
|