Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4746 QualType resultDeclType; in ActOnMethodDeclaration() local
4751 resultDeclType = SemaRef.GetTypeFromParser(ReturnType, &ReturnTInfo); in ActOnMethodDeclaration()
4753 if (SemaRef.CheckFunctionReturnType(resultDeclType, MethodLoc)) in ActOnMethodDeclaration()
4756 QualType bareResultType = resultDeclType; in ActOnMethodDeclaration()
4760 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration()
4766 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, in ActOnMethodDeclaration()