Searched refs:declSpecType (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaType.cpp | 519 TypeProcessingState &state, ParsedAttr &attr, QualType &declSpecType) { in distributeObjCPointerTypeAttrFromDeclarator() argument 551 if (handleObjCPointerTypeAttr(state, attr, declSpecType)) { in distributeObjCPointerTypeAttrFromDeclarator() 612 ParsedAttributesView &attrList, QualType &declSpecType) { in distributeFunctionTypeAttrToInnermost() argument 624 return handleFunctionTypeAttr(state, attr, declSpecType); in distributeFunctionTypeAttrToInnermost() 631 QualType &declSpecType) { in distributeFunctionTypeAttrFromDeclSpec() argument 645 state, attr, state.getCurrentAttributes(), declSpecType)) in distributeFunctionTypeAttrFromDeclSpec() 657 QualType &declSpecType) { in distributeFunctionTypeAttrFromDeclarator() argument 662 state, attr, declarator.getAttributes(), declSpecType)) in distributeFunctionTypeAttrFromDeclarator() 681 QualType &declSpecType) { in distributeTypeAttrsFromDeclarator() argument 697 distributeObjCPointerTypeAttrFromDeclarator(state, attr, declSpecType); in distributeTypeAttrsFromDeclarator() [all …]
|