Searched refs:Rptr (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/syn/tests/common/ |
D | eq.rs | 412 spanless_eq_enum!(TyKind; Slice(0) Array(0 1) Ptr(0) Rptr(0 1) BareFn(0) Never
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 7182 const ObjCObjectPointerType *Rptr) { in areCommonBaseCompatible() argument 7184 const ObjCObjectType *RHS = Rptr->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 | 9040 const ObjCObjectPointerType *Rptr) { in areCommonBaseCompatible() argument 9042 const ObjCObjectType *RHS = Rptr->getObjectType(); in areCommonBaseCompatible() 9082 getIntersectionOfProtocols(*this, LHS->getInterface(), Lptr, Rptr, in areCommonBaseCompatible() 9133 getIntersectionOfProtocols(*this, RHS->getInterface(), Lptr, Rptr, in areCommonBaseCompatible()
|