Searched refs:handleFunctionTypeAttr (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaType.cpp | 366 static bool handleFunctionTypeAttr(TypeProcessingState &state, ParsedAttr &attr, 625 return handleFunctionTypeAttr(state, attr, declSpecType); in distributeFunctionTypeAttrToInnermost() 7669 static bool handleFunctionTypeAttr(TypeProcessingState &state, ParsedAttr &attr, in handleFunctionTypeAttr() function 8558 if (!handleFunctionTypeAttr(state, attr, type)) { in processTypeAttrs() 8571 else if (!handleFunctionTypeAttr(state, attr, type)) in processTypeAttrs()
|