Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp2288 QualType resultDeclType; in ActOnMethodDeclaration() local
2292 resultDeclType = GetTypeFromParser(ReturnType, &ResultTInfo); in ActOnMethodDeclaration()
2296 if (resultDeclType->isObjCObjectType()) { in ActOnMethodDeclaration()
2298 << 0 << resultDeclType; in ActOnMethodDeclaration()
2302 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration()
2305 ObjCMethodDecl::Create(Context, MethodLoc, EndLoc, Sel, resultDeclType, in ActOnMethodDeclaration()