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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp3102 QualType resultDeclType; local
3107 resultDeclType = GetTypeFromParser(ReturnType, &ResultTInfo);
3109 if (CheckFunctionReturnType(resultDeclType, MethodLoc))
3112 HasRelatedResultType = (resultDeclType == Context.getObjCInstanceType());
3114 resultDeclType = Context.getObjCIdType();
3121 resultDeclType,

Completed in 116 milliseconds