Searched refs:DSRet (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/Parse/ |
D | ParseObjc.cpp | 1346 ObjCDeclSpec DSRet; in ParseObjCMethodDecl() local 1349 ParseObjCTypeName(DSRet, DeclaratorContext::ObjCResult, nullptr); in ParseObjCMethodDecl() 1386 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType, in ParseObjCMethodDecl() 1509 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType, KeyLocs, in ParseObjCMethodDecl()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 1361 ObjCDeclSpec DSRet; in ParseObjCMethodDecl() local 1363 ReturnType = ParseObjCTypeName(DSRet, Declarator::ObjCResultContext, in ParseObjCMethodDecl() 1400 mType, DSRet, ReturnType, in ParseObjCMethodDecl() 1530 mType, DSRet, ReturnType, in ParseObjCMethodDecl()
|