Searched refs:handleFunctionTypeAttr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 390 static bool handleFunctionTypeAttr(TypeProcessingState &state, ParsedAttr &attr, 650 return handleFunctionTypeAttr(state, attr, declSpecType, CFT); in distributeFunctionTypeAttrToInnermost() 7660 static bool handleFunctionTypeAttr(TypeProcessingState &state, ParsedAttr &attr, in handleFunctionTypeAttr() function 8742 if (!handleFunctionTypeAttr(state, attr, type, CFT)) { in processTypeAttrs() 8755 else if (!handleFunctionTypeAttr(state, attr, type, CFT)) in processTypeAttrs()
|