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.cpp4800 QualType resultDeclType; in ActOnMethodDeclaration() local
4805 resultDeclType = SemaRef.GetTypeFromParser(ReturnType, &ReturnTInfo); in ActOnMethodDeclaration()
4807 if (SemaRef.CheckFunctionReturnType(resultDeclType, MethodLoc)) in ActOnMethodDeclaration()
4810 QualType bareResultType = resultDeclType; in ActOnMethodDeclaration()
4814 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration()
4820 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, in ActOnMethodDeclaration()