Home
last modified time | relevance | path

Searched defs:LHSOPT (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/AST/
H A DASTContext.cpp9962 canAssignObjCInterfaces(const ObjCObjectPointerType * LHSOPT,const ObjCObjectPointerType * RHSOPT) canAssignObjCInterfaces() argument
10016 canAssignObjCInterfacesInBlockPointer(const ObjCObjectPointerType * LHSOPT,const ObjCObjectPointerType * RHSOPT,bool BlockReturnType) canAssignObjCInterfacesInBlockPointer() argument
10089 getIntersectionOfProtocols(ASTContext & Context,const ObjCInterfaceDecl * CommonBase,const ObjCObjectPointerType * LHSOPT,const ObjCObjectPointerType * RHSOPT,SmallVectorImpl<ObjCProtocolDecl * > & IntersectionSet) getIntersectionOfProtocols() argument
10395 const auto *LHSOPT = LHS->getAs<ObjCObjectPointerType>(); areComparableObjCPointerTypes() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4984 const ObjCObjectPointerType *LHSOPT = FindCompositeObjCPointerType() local