Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp4738 QualType resultDeclType; in ActOnMethodDeclaration() local
4743 resultDeclType = GetTypeFromParser(ReturnType, &ReturnTInfo); in ActOnMethodDeclaration()
4745 if (CheckFunctionReturnType(resultDeclType, MethodLoc)) in ActOnMethodDeclaration()
4748 QualType bareResultType = resultDeclType; in ActOnMethodDeclaration()
4752 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration()
4758 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext, in ActOnMethodDeclaration()