Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp3063 QualType resultDeclType; in ActOnMethodDeclaration() local
3068 resultDeclType = GetTypeFromParser(ReturnType, &ReturnTInfo); in ActOnMethodDeclaration()
3070 if (CheckFunctionReturnType(resultDeclType, MethodLoc)) in ActOnMethodDeclaration()
3073 HasRelatedResultType = (resultDeclType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()
3075 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration()
3081 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext, in ActOnMethodDeclaration()