Home
last modified time | relevance | path

Searched refs:resultDeclType (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4737 QualType resultDeclType; in ActOnMethodDeclaration() local
4742 resultDeclType = GetTypeFromParser(ReturnType, &ReturnTInfo); in ActOnMethodDeclaration()
4744 if (CheckFunctionReturnType(resultDeclType, MethodLoc)) in ActOnMethodDeclaration()
4747 QualType bareResultType = resultDeclType; in ActOnMethodDeclaration()
4751 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration()
4757 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext, in ActOnMethodDeclaration()