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