Searched refs:resultDeclType (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 4298 QualType resultDeclType; in ActOnMethodDeclaration() local 4303 resultDeclType = GetTypeFromParser(ReturnType, &ReturnTInfo); in ActOnMethodDeclaration() 4305 if (CheckFunctionReturnType(resultDeclType, MethodLoc)) in ActOnMethodDeclaration() 4308 QualType bareResultType = resultDeclType; in ActOnMethodDeclaration() 4312 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration() 4318 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext, in ActOnMethodDeclaration()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 4716 QualType resultDeclType; in ActOnMethodDeclaration() local 4721 resultDeclType = GetTypeFromParser(ReturnType, &ReturnTInfo); in ActOnMethodDeclaration() 4723 if (CheckFunctionReturnType(resultDeclType, MethodLoc)) in ActOnMethodDeclaration() 4726 QualType bareResultType = resultDeclType; in ActOnMethodDeclaration() 4730 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration() 4736 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext, in ActOnMethodDeclaration()
|