Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp1406 findExplicitInstancetypeDeclarer(const ObjCMethodDecl *MD, in findExplicitInstancetypeDeclarer() function
1425 if (ifaceMD) return findExplicitInstancetypeDeclarer(ifaceMD, instancetype); in findExplicitInstancetypeDeclarer()
1432 findExplicitInstancetypeDeclarer(overrides[i], instancetype)) in findExplicitInstancetypeDeclarer()
1450 findExplicitInstancetypeDeclarer(MD, Context.getObjCInstanceType())) { in EmitRelatedResultTypeNoteForReturn()
/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp1624 findExplicitInstancetypeDeclarer(const ObjCMethodDecl *MD, in findExplicitInstancetypeDeclarer() function
1643 if (ifaceMD) return findExplicitInstancetypeDeclarer(ifaceMD, instancetype); in findExplicitInstancetypeDeclarer()
1650 findExplicitInstancetypeDeclarer(overrides[i], instancetype)) in findExplicitInstancetypeDeclarer()
1668 findExplicitInstancetypeDeclarer(MD, Context.getObjCInstanceType())) { in EmitRelatedResultTypeNoteForReturn()