Searched refs:Lptr (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
D | ASTContext.cpp | 7181 const ObjCObjectPointerType *Lptr, in areCommonBaseCompatible() argument 7183 const ObjCObjectType *LHS = Lptr->getObjectType(); in areCommonBaseCompatible() 7224 getIntersectionOfProtocols(*this, LHS->getInterface(), Lptr, Rptr, in areCommonBaseCompatible() 7275 getIntersectionOfProtocols(*this, RHS->getInterface(), Lptr, Rptr, in areCommonBaseCompatible()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 9039 const ObjCObjectPointerType *Lptr, in areCommonBaseCompatible() argument 9041 const ObjCObjectType *LHS = Lptr->getObjectType(); in areCommonBaseCompatible() 9082 getIntersectionOfProtocols(*this, LHS->getInterface(), Lptr, Rptr, in areCommonBaseCompatible() 9133 getIntersectionOfProtocols(*this, RHS->getInterface(), Lptr, Rptr, in areCommonBaseCompatible()
|