Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp4726 QualType resultDeclType; in ActOnMethodDeclaration() local
4731 resultDeclType = GetTypeFromParser(ReturnType, &ReturnTInfo); in ActOnMethodDeclaration()
4733 if (CheckFunctionReturnType(resultDeclType, MethodLoc)) in ActOnMethodDeclaration()
4736 QualType bareResultType = resultDeclType; in ActOnMethodDeclaration()
4740 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration()
4746 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext, in ActOnMethodDeclaration()